<?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: Insert graphic to right of graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230920#M8367</link>
    <description>&lt;P&gt;Thanks RW9. &amp;nbsp;I am not sure how ods region would work since I want one column at the top of the page&amp;nbsp;and essentially two columns at the bottom - one with the graph, the other with the image next to it. &amp;nbsp;I am also going to look at sgplot though. &amp;nbsp;You mentioned GTL. I am not sure&amp;nbsp;how to use that&amp;nbsp;for this.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2015 12:57:22 GMT</pubDate>
    <dc:creator>KelseyB</dc:creator>
    <dc:date>2015-10-21T12:57:22Z</dc:date>
    <item>
      <title>Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230844#M8354</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would like to insert a graphic to the right of a graph I have created. (The graph was created using proc gchart). &amp;nbsp;I have created three lines using the annotate data set and would like to&amp;nbsp;insert a graphic that gives an explanation as to what these lines are - like a legend of sorts. &amp;nbsp;I have tried just inserting text above the lines where the annotate date set, but that doesn't work in this case. &amp;nbsp;(It does the job. I just don't like the way it looks on the graph.) &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know I could add an image below the graph, but for space purposes I would prefer it to the right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible in SAS? &amp;nbsp;If so, can someone direct me to a resource that has information related to this? &amp;nbsp;I have searched online but can't find information related to this. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;KelseyB&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 23:30:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230844#M8354</guid>
      <dc:creator>KelseyB</dc:creator>
      <dc:date>2015-10-20T23:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230888#M8363</link>
      <description>&lt;P&gt;Well, you can put outputs out to multiple regions using ods region:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/67921/HTML/default/viewer.htm#p0g1r9d5mqtuezn1g3svg7lxabkx.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/67921/HTML/default/viewer.htm#p0g1r9d5mqtuezn1g3svg7lxabkx.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure how this ties into your code, I would suggest you move to sgplot or GTL though, more flexibility.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 09:42:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230888#M8363</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-10-21T09:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230920#M8367</link>
      <description>&lt;P&gt;Thanks RW9. &amp;nbsp;I am not sure how ods region would work since I want one column at the top of the page&amp;nbsp;and essentially two columns at the bottom - one with the graph, the other with the image next to it. &amp;nbsp;I am also going to look at sgplot though. &amp;nbsp;You mentioned GTL. I am not sure&amp;nbsp;how to use that&amp;nbsp;for this.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 12:57:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230920#M8367</guid>
      <dc:creator>KelseyB</dc:creator>
      <dc:date>2015-10-21T12:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230923#M8368</link>
      <description>&lt;P&gt;Using SGPLOT, you can reserve some space to the right of the graph (PAD=(RIGHT=10pct)), and then add the image in that location using SGANNO functioni. &amp;nbsp;Note, this works similar to Annotate, with Functions, etc, but has different syntax due to its need to work with SGPLOT.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230923#M8368</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-10-21T13:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230928#M8369</link>
      <description>&lt;P&gt;Thank you Sanjay_SAS for the tip. &amp;nbsp;I am going to try sgplot for this right now.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230928#M8369</guid>
      <dc:creator>KelseyB</dc:creator>
      <dc:date>2015-10-21T13:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230937#M8370</link>
      <description>&lt;P&gt;This paper explains how to add SGANNO annotations to a SGPLOT graph. &amp;nbsp;Images are included in the data in&amp;nbsp;Fig 11. &amp;nbsp;It should be straight forward to place images on the right of the graph.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/rnd/datavisualization/papers/sgf2011/277-2011.pdf" target="_blank"&gt;http://support.sas.com/rnd/datavisualization/papers/sgf2011/277-2011.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:30:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230937#M8370</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-10-21T13:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230938#M8371</link>
      <description>&lt;P&gt;Thank you. &amp;nbsp;I&amp;nbsp;will check this paper out. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:35:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230938#M8371</guid>
      <dc:creator>KelseyB</dc:creator>
      <dc:date>2015-10-21T13:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230949#M8372</link>
      <description>&lt;P&gt;Update. &amp;nbsp;Actually, Fig 8 in the paper is closer&amp;nbsp;to what you want.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:57:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230949#M8372</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-10-21T13:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230950#M8373</link>
      <description>&lt;P&gt;Thanks. &amp;nbsp;That is the one I am looking at right now.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:59:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230950#M8373</guid>
      <dc:creator>KelseyB</dc:creator>
      <dc:date>2015-10-21T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230952#M8374</link>
      <description>&lt;P&gt;Well, I see Sanjay has jumped in and given you a solution which is great. &amp;nbsp;I would just add, as he is too modest, that his excellent blog will give you all the information you need to use sgplot and GTL (Graph Template Language) which is the underlying graph proc template language which is used to generate graphs.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(although in this instance, it was a different solution, its still a good idea to look into.)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230952#M8374</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-10-21T14:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230954#M8375</link>
      <description>&lt;P&gt;Thanks RW9. &amp;nbsp;Wow! &amp;nbsp;Yes, this looks like it has a lot of really useful information. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:06:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230954#M8375</guid>
      <dc:creator>KelseyB</dc:creator>
      <dc:date>2015-10-21T14:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Insert graphic to right of graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230955#M8376</link>
      <description>&lt;P&gt;I am going to mark this as a solution. &amp;nbsp;I am still playing around to get things to fit, but I feel confident that I am on the right track. Thanks again!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 14:07:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Insert-graphic-to-right-of-graph/m-p/230955#M8376</guid>
      <dc:creator>KelseyB</dc:creator>
      <dc:date>2015-10-21T14:07:24Z</dc:date>
    </item>
  </channel>
</rss>

