<?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: Doubt on SAS graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561106#M18191</link>
    <description>&lt;P&gt;I'm not 100% sure what you're asking, but here's one way to use 1 proc sgplot, and produce multiple graphs (with each graph being in a separate png file - one for each value of the 'by' variable)...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=sashelp.class out=my_data;&lt;BR /&gt;by sex;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=my_data;&lt;BR /&gt;by sex;&lt;BR /&gt;scatter y=height x=weight;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2019 11:59:48 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2019-05-23T11:59:48Z</dc:date>
    <item>
      <title>Doubt on SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/560346#M18179</link>
      <description>&lt;P&gt;Can i create multiple pages in PNG format file. I want to create per page graph in PNG format.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 04:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/560346#M18179</guid>
      <dc:creator>SanjayAhir</dc:creator>
      <dc:date>2019-05-21T04:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/560542#M18180</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PNG are image files and as such do not have a concept&amp;nbsp;"pages". The image can contain multiple individual SAS graphs depending on how they are made but you would have to share a lot more detail about what you have and what you are attempting.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 14:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/560542#M18180</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-05-21T14:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/560547#M18181</link>
      <description>I already have created multiple graph in one png page. But I want to know&lt;BR /&gt;is it possible to have multiple pages in png format.?&lt;BR /&gt;</description>
      <pubDate>Tue, 21 May 2019 15:06:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/560547#M18181</guid>
      <dc:creator>SanjayAhir</dc:creator>
      <dc:date>2019-05-21T15:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561106#M18191</link>
      <description>&lt;P&gt;I'm not 100% sure what you're asking, but here's one way to use 1 proc sgplot, and produce multiple graphs (with each graph being in a separate png file - one for each value of the 'by' variable)...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=sashelp.class out=my_data;&lt;BR /&gt;by sex;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=my_data;&lt;BR /&gt;by sex;&lt;BR /&gt;scatter y=height x=weight;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 11:59:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561106#M18191</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2019-05-23T11:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on SAS graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561316#M18194</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am asking to create multiple page in PNG file. Like we create multiple graphs in PDF file based on by group. I have 3 graph. I want to place each graph on separate pages in PNG file.&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2019 05:16:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Doubt-on-SAS-graph/m-p/561316#M18194</guid>
      <dc:creator>SanjayAhir</dc:creator>
      <dc:date>2019-05-24T05:16:30Z</dc:date>
    </item>
  </channel>
</rss>

