<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Problem with GREPLAY in Guide in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188826#M6955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those images are generated using your code and I use them to show as an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only execute this code with the same pixels than the original (and goptions cback=white);:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc greplay nofs igout=work.gseg tc=tempcat;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tdef custom des='Dashboard'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1/ llx=0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lly=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ulx=0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uly=100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urx=100&amp;nbsp;&amp;nbsp;&amp;nbsp; ury=100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrx=100&amp;nbsp;&amp;nbsp;&amp;nbsp; lry=0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; template custom;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; treplay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:gege&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; des='' name="Output";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, I only "copy and paste" the same grap but, when redraw the chart with GReplay the part wich is generated with &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;GChart or GPlot&lt;/SPAN&gt; grows a lot and I don´t know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use your example to show the problem but I have the same problem with all the grapsh wich uses GReplay or GPlot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob, I'm tryng to do something similar to your Example 26 of the book, and, individually, all graphs look ok, but when I assemble them only the GChart or GPlot got this problem. Pixels are Ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jan 2014 16:45:21 GMT</pubDate>
    <dc:creator>SergioMiller</dc:creator>
    <dc:date>2014-01-06T16:45:21Z</dc:date>
    <item>
      <title>Problem with GREPLAY in Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188824#M6953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this problem when I combine GChart or GPlot and after I want to combine those graphs using GReplay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I see the individual Graphs they look exactly as I want, for example like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="gege.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4711_gege.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I call the image with GReplay look what happend with the bar graph:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="output2.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4712_output2.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Graph made with GChart or GPlot grows a lot (is not only what I see in guide, it also happen when it create the phisical file in the server).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do to solve that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 16:27:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188824#M6953</guid>
      <dc:creator>SergioMiller</dc:creator>
      <dc:date>2014-01-06T16:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GREPLAY in Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188825#M6954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get the graphs to look good in greplay, you will need to pay close attention to the xpixels &amp;amp; ypixels sizes ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First look at the xpixels size of the final greplay output, and then calculate what size the graphs will be in their 'holes' in the template (for each graph). Once you have figured those sizes, specify them as the xpixels/ypixels when you're creating the individual images. Otherwise some pieces of the graphs (especially the font-based stuff) will likely get stretched in the final greplay image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 16:35:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188825#M6954</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-01-06T16:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GREPLAY in Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188826#M6955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those images are generated using your code and I use them to show as an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only execute this code with the same pixels than the original (and goptions cback=white);:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc greplay nofs igout=work.gseg tc=tempcat;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tdef custom des='Dashboard'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1/ llx=0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lly=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ulx=0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uly=100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urx=100&amp;nbsp;&amp;nbsp;&amp;nbsp; ury=100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrx=100&amp;nbsp;&amp;nbsp;&amp;nbsp; lry=0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; template custom;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; treplay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:gege&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; des='' name="Output";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see, I only "copy and paste" the same grap but, when redraw the chart with GReplay the part wich is generated with &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;GChart or GPlot&lt;/SPAN&gt; grows a lot and I don´t know why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use your example to show the problem but I have the same problem with all the grapsh wich uses GReplay or GPlot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob, I'm tryng to do something similar to your Example 26 of the book, and, individually, all graphs look ok, but when I assemble them only the GChart or GPlot got this problem. Pixels are Ok.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 16:45:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188826#M6955</guid>
      <dc:creator>SergioMiller</dc:creator>
      <dc:date>2014-01-06T16:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GREPLAY in Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188827#M6956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post your entire SAS program?&lt;/P&gt;&lt;P&gt;I'd like to see what the xpixels/ypixels are when you create the individual graphs, and then what they are when you create the greplay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 16:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188827#M6956</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-01-06T16:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GREPLAY in Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188828#M6957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;%let name=infographic_template;&lt;/P&gt;&lt;P&gt;filename odsout '/ce/ANALYTICS/TEXT_MINING/SAS_DATA';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt;SAS/Graph imitation of:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://2.s3.envato.com/files/5879345/PreviewImage_Infographic.jpg"&gt;http://2.s3.envato.com/files/5879345/PreviewImage_Infographic.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data bar_data;&lt;/P&gt;&lt;P&gt;input barnum barval;&lt;/P&gt;&lt;P&gt;datalines;&lt;/P&gt;&lt;P&gt;1 .10&lt;/P&gt;&lt;P&gt;2 .20&lt;/P&gt;&lt;P&gt;3 .30 &lt;/P&gt;&lt;P&gt;4 .40&lt;/P&gt;&lt;P&gt;5 .50&lt;/P&gt;&lt;P&gt;6 .60&lt;/P&gt;&lt;P&gt;7 .70&lt;/P&gt;&lt;P&gt;8 .80&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data bar_data; set bar_data;&lt;/P&gt;&lt;P&gt;length my_html $300;&lt;/P&gt;&lt;P&gt;my_html=&lt;/P&gt;&lt;P&gt; 'title='||quote(trim(left(put(barval,percent5.0))))||&lt;/P&gt;&lt;P&gt; ' href="infographic_template_info.htm"';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data bar_anno; set bar_data;&lt;/P&gt;&lt;P&gt;xsys='2'; ysys='2'; when='a'; hsys='3';&lt;/P&gt;&lt;P&gt;function='label'; position='2'; color='cxf64f25'; &lt;/P&gt;&lt;P&gt;midpoint=barnum; y=barval-.015;&lt;/P&gt;&lt;P&gt;style='arial narrow/bold'; size=5.2;&lt;/P&gt;&lt;P&gt;text=put(barval,percent5.0);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data anno_stuff;&lt;/P&gt;&lt;P&gt;length function color $8 style $35 text $100;&lt;/P&gt;&lt;P&gt;xsys='3'; ysys='3'; hsys='3'; when='a';&lt;/P&gt;&lt;P&gt;/* title banner */&lt;/P&gt;&lt;P&gt;function='poly'; style='solid'; color='cx215b4d';&lt;/P&gt;&lt;P&gt;x=0; y=74; output;&lt;/P&gt;&lt;P&gt;function='polycont'; &lt;/P&gt;&lt;P&gt;x=98; output;&lt;/P&gt;&lt;P&gt;x=x-4; y=y+9; output;&lt;/P&gt;&lt;P&gt;x=x+4; y=y+9; output;&lt;/P&gt;&lt;P&gt;x=0; output;&lt;/P&gt;&lt;P&gt;function='poly'; style='solid'; color='cx72c0b2';&lt;/P&gt;&lt;P&gt;x=0; y=74+3; output;&lt;/P&gt;&lt;P&gt;function='polycont'; &lt;/P&gt;&lt;P&gt;x=98-3; output;&lt;/P&gt;&lt;P&gt;x=x-4; y=y+9; output;&lt;/P&gt;&lt;P&gt;x=x+4; y=y+9; output;&lt;/P&gt;&lt;P&gt;x=0; output;&lt;/P&gt;&lt;P&gt;function='label'; position='6'; color='cxe7e2d0'; &lt;/P&gt;&lt;P&gt;style='gill sans mt condensed'; size=16;&lt;/P&gt;&lt;P&gt;x=3.0; y=89.5; text='INFOGRAPHIC DATA VISUALIZATION';&lt;/P&gt;&lt;P&gt;output;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/* smaller sub-title banner */&lt;/P&gt;&lt;P&gt;function='poly'; style='solid'; size=.; color='cx8e1608';&lt;/P&gt;&lt;P&gt;x=40; y=50; output;&lt;/P&gt;&lt;P&gt;function='polycont'; &lt;/P&gt;&lt;P&gt;x=75; output;&lt;/P&gt;&lt;P&gt;x=x-1; y=y+5; output;&lt;/P&gt;&lt;P&gt;x=x+1; y=y+5; output;&lt;/P&gt;&lt;P&gt;x=40; output;&lt;/P&gt;&lt;P&gt;function='poly'; style='solid'; color='cxef5121';&lt;/P&gt;&lt;P&gt;x=40; y=50+1.5; output;&lt;/P&gt;&lt;P&gt;function='polycont'; &lt;/P&gt;&lt;P&gt;x=75-1.5; output;&lt;/P&gt;&lt;P&gt;x=x-1; y=y+5; output;&lt;/P&gt;&lt;P&gt;x=x+1; y=y+5; output;&lt;/P&gt;&lt;P&gt;x=40; output;&lt;/P&gt;&lt;P&gt;function='label'; position='6'; color='cxe7e2d0'; &lt;/P&gt;&lt;P&gt;style='tw cen mt condensed/bold'; size=6.0;&lt;/P&gt;&lt;P&gt;x=43.0; y=57.5; text='CITY NAME AND STATISTIC';&lt;/P&gt;&lt;P&gt;output;&lt;/P&gt;&lt;P&gt;/* circle/pointer at left end of small banner */&lt;/P&gt;&lt;P&gt;function='poly'; size=.001; /*rotate=.; angle=.;*/ style='solid'; color='cxef5121';&lt;/P&gt;&lt;P&gt;x=39; y=58.5; output;&lt;/P&gt;&lt;P&gt;function='polycont'; &lt;/P&gt;&lt;P&gt;x=x-3.5; output;&lt;/P&gt;&lt;P&gt;x=x+3.5; y=y-13; output;&lt;/P&gt;&lt;P&gt;x=x+3.5; y=y+13; output;&lt;/P&gt;&lt;P&gt;x=39; y=58.5; &lt;/P&gt;&lt;P&gt;function='pie'; rotate=360; &lt;/P&gt;&lt;P&gt;size=7; color='cxef5121'; &lt;/P&gt;&lt;P&gt;style='psolid'; output;&lt;/P&gt;&lt;P&gt;style='pempty'; output;&lt;/P&gt;&lt;P&gt;size=4.5; color='cxebe6d3'; &lt;/P&gt;&lt;P&gt;style='psolid'; output;&lt;/P&gt;&lt;P&gt;style='pempty'; output;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function='pie'; &lt;/P&gt;&lt;P&gt;/* big pie */&lt;/P&gt;&lt;P&gt;style='psolid'; &lt;/P&gt;&lt;P&gt;x=16; y=41; &lt;/P&gt;&lt;P&gt;size=27; &lt;/P&gt;&lt;P&gt;color='cxef5121'; angle=0; rotate=360; output;&lt;/P&gt;&lt;P&gt;style='pempty'; output; /* extra outline, for smoothing */&lt;/P&gt;&lt;P&gt;style='psolid';&lt;/P&gt;&lt;P&gt;size=25; &lt;/P&gt;&lt;P&gt;color='cxebe6d3'; angle=90; rotate=(360/4); output;&lt;/P&gt;&lt;P&gt;color='cx72c0b2'; angle=180; rotate=(3*(360/4))/2; output;&lt;/P&gt;&lt;P&gt;/* smaller pie */&lt;/P&gt;&lt;P&gt;x=26; y=21; &lt;/P&gt;&lt;P&gt;size=17; &lt;/P&gt;&lt;P&gt;color='cx409985'; angle=0; rotate=360; output;&lt;/P&gt;&lt;P&gt;style='pempty'; output; /* extra outline, for smoothing */&lt;/P&gt;&lt;P&gt;style='psolid';&lt;/P&gt;&lt;P&gt;size=15.5; &lt;/P&gt;&lt;P&gt;color='cxef5121'; angle=90; rotate=(360/4); output;&lt;/P&gt;&lt;P&gt;color='cxebe6d3'; angle=180; rotate=(3*(360/4))/2; output;&lt;/P&gt;&lt;P&gt;/* stick-person in pie slice */&lt;/P&gt;&lt;P&gt;function='label'; rotate=0; angle=0; style='Webdings'; text='81'x; size=22; color='cxef5121';&lt;/P&gt;&lt;P&gt;x=6; y=57; output;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions device=png;&lt;/P&gt;&lt;P&gt;goptions border;&lt;/P&gt;&lt;P&gt;goptions cback=cxe7e2d0;&lt;/P&gt;&lt;P&gt;goptions xpixels=885 ypixels=450;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS LISTING CLOSE;&lt;/P&gt;&lt;P&gt;ODS HTML path=odsout body="&amp;amp;name..htm" &lt;/P&gt;&lt;P&gt; (title="Infographic Template") &lt;/P&gt;&lt;P&gt; style=htmlblue;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions gunit=pct;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis1 label=none value=none major=none minor=none style=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;axis2 label=none value=none style=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pattern1 v=s c=cx72c0b2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title1 h=35pct " ";&lt;/P&gt;&lt;P&gt;title2 h=60pct a=90 " ";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=bar_data anno=bar_anno;&lt;/P&gt;&lt;P&gt;vbar barnum / discrete type=sum sumvar=barval&lt;/P&gt;&lt;P&gt; raxis=axis1 maxis=axis2&lt;/P&gt;&lt;P&gt; width=4.25 space=4.5&lt;/P&gt;&lt;P&gt; noframe coutline=cxb5c1a3&lt;/P&gt;&lt;P&gt; anno=anno_stuff html=my_html&lt;/P&gt;&lt;P&gt; des='' name="gege";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;ODS HTML CLOSE;&lt;/P&gt;&lt;P&gt;ODS LISTING;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions display;&lt;/P&gt;&lt;P&gt;goptions xpixels=885 ypixels=450;&lt;/P&gt;&lt;P&gt;goptions cback=&amp;amp;fondo;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODS LISTING CLOSE;&lt;/P&gt;&lt;P&gt;ODS HTML path=odsout body="&amp;amp;name..htm" &lt;/P&gt;&lt;P&gt; (title="APAC Digital Marketing Performance Dashboard Infographic (SAS/Graph version)") &lt;/P&gt;&lt;P&gt; style=htmlblue;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc greplay nofs igout=work.gseg tc=tempcat;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; tdef custom des='Dashboard'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 1/ llx=0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lly=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ulx=0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uly=100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; urx=100&amp;nbsp;&amp;nbsp;&amp;nbsp; ury=100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; lrx=100&amp;nbsp;&amp;nbsp;&amp;nbsp; lry=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; template custom;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; treplay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1:gege&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; des='' name="Output";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;ods html close ;&lt;/P&gt;&lt;P&gt;ods listing ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 16:51:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188828#M6957</guid>
      <dc:creator>SergioMiller</dc:creator>
      <dc:date>2014-01-06T16:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GREPLAY in Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188829#M6958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since your final greplay is 885x450, and since you're placing your graph into a 'hole' that occupies the entire space (0-100), you will want to create your graph using 885x450 (which you are doing) ... ie, yes, it looks like your code is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that you are not replaying the grseg you think you are? For example, if you're running SAS in a DMS session, and you run a graph a 2nd time trying to use the same grseg name (gege), the 2nd/3rd/etc time you run it, SAS will append a number onto the grseg name. If you greplay 'gege' it will be from the first run (which maybe you had a different size xpixels/ypixels?) One way to test for this is to change a little bit of the text, and see if that text change shows up in your final greplay graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 16:58:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188829#M6958</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-01-06T16:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GREPLAY in Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188830#M6959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tested this and I tested again changing "gege" to "geges" and "output" to "outputs" and the same happend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I did before to "solve" this problem was to graph Bars using annotate and macro variables. Now I have a problem becouse I need to use "interpol=spline" and I don't want to program an interpol algorithm to solve this "size" problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to try to execute the same code using VI instead of guide...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 17:42:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188830#M6959</guid>
      <dc:creator>SergioMiller</dc:creator>
      <dc:date>2014-01-06T17:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GREPLAY in Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188831#M6960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, is a Guide "options" problem or something similar... in VI it works perfectly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Original code:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="4713" alt="geges.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4713_geges.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Same graph in GReplay with VI:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="4714" alt="outputs.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/4714_outputs.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wich option could be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PD: I tried with "goptions reset=all;" but still the same result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 17:49:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188831#M6960</guid>
      <dc:creator>SergioMiller</dc:creator>
      <dc:date>2014-01-06T17:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GREPLAY in Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188832#M6961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm ... sounds like Enterprise Guide is overriding some of the things we're manually setting &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps someone in the Enterprise Guide forum ( &lt;A _jive_internal="true" href="https://communities.sas.com/community/support-communities/sas_enterprise_guide"&gt;https://communities.sas.com/community/support-communities/sas_enterprise_guide&lt;/A&gt;), or Tech Support, might know how to overcome this EG behavior.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 18:05:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188832#M6961</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2014-01-06T18:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with GREPLAY in Guide</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188833#M6962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes... a real shame &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;, specially for the lost hours hahaha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not very VI friend... so I used this code in Guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X /sasbin/SAS/SASFoundation/9.3/sas /home/sassrv/prueba.sas -noterminal -work /saswork;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it works perfectly to. It does the same as executing VI but I still can do it in Guide... isn't the best solution but is a solution...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jan 2014 18:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Problem-with-GREPLAY-in-Guide/m-p/188833#M6962</guid>
      <dc:creator>SergioMiller</dc:creator>
      <dc:date>2014-01-06T18:13:57Z</dc:date>
    </item>
  </channel>
</rss>

