<?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: Regarding GRAPHS in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440145#M15188</link>
    <description>&lt;P&gt;Sure ,Thanks for the suggestion.&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2018 10:08:39 GMT</pubDate>
    <dc:creator>ganeshijee</dc:creator>
    <dc:date>2018-02-26T10:08:39Z</dc:date>
    <item>
      <title>reagarding GRAPHS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440122#M15180</link>
      <description>&lt;P&gt;&amp;nbsp;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have created 2 png files but i have to combined 2 png files in single png files can you please help me ?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 07:07:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440122#M15180</guid>
      <dc:creator>ganeshijee</dc:creator>
      <dc:date>2018-02-26T07:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: reagarding GRAPHS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440127#M15182</link>
      <description>&lt;P&gt;Show us your code.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 07:52:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440127#M15182</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-02-26T07:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: reagarding GRAPHS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440140#M15184</link>
      <description>&lt;P&gt;Why do you need two png files in one?&amp;nbsp; png's are pictures.&amp;nbsp; Best bet is to create an rtf file(ods rtf file=, before and close after) then both images will be in a useful file.&amp;nbsp; Png has no concept of pages and such like, so your output png will never be a useful file.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:41:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440140#M15184</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-26T09:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: reagarding GRAPHS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440141#M15185</link>
      <description>&lt;P&gt;&amp;nbsp; Thanks for the reply .&lt;/P&gt;&lt;P&gt;Yes i agree with you but as per my task(client requirement ) i need to provide in png file. actually i did in PDF file but they are not ready to accept. so that i am trying to get in PNG format.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 09:47:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440141#M15185</guid>
      <dc:creator>ganeshijee</dc:creator>
      <dc:date>2018-02-26T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: reagarding GRAPHS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440142#M15186</link>
      <description>&lt;P&gt;Then your stuck with a very silly process and a client who does not know what they are talking about.&amp;nbsp; Just increase the cost of the task and manually open the graph in a paint application, extend the size of the image, and copy paste the other in there.&amp;nbsp; A PNG is a&amp;nbsp;&lt;U&gt;&lt;STRONG&gt;picture&lt;/STRONG&gt;&lt;/U&gt; it is not a document, it has not page operations, or document metadata, therefore is not useful outside a proper document format.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 10:01:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440142#M15186</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-26T10:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding GRAPHS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440145#M15188</link>
      <description>&lt;P&gt;Sure ,Thanks for the suggestion.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 10:08:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440145#M15188</guid>
      <dc:creator>ganeshijee</dc:creator>
      <dc:date>2018-02-26T10:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: reagarding GRAPHS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440151#M15190</link>
      <description>&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/09/18/advanced-ods-graphics-inserting-graph-graph/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2017/09/18/advanced-ods-graphics-inserting-graph-graph/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use SG annotation in proc sgplot or DRAW statements in GTL to insert graphs into graphs. The link above shows one type of example.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 11:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440151#M15190</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-02-26T11:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: reagarding GRAPHS</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440191#M15191</link>
      <description>&lt;P&gt;Thank you sir&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 14:45:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/reagarding-GRAPHS/m-p/440191#M15191</guid>
      <dc:creator>ganeshijee</dc:creator>
      <dc:date>2018-02-26T14:45:23Z</dc:date>
    </item>
  </channel>
</rss>

