<?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: Converting a Sgplot with by to sgpanel in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164561#M6140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work, despite the red syntax. What messages do you get in the log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 May 2014 13:17:23 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2014-05-19T13:17:23Z</dc:date>
    <item>
      <title>Converting a Sgplot with by to sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164560#M6139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cant seem to solve this problem I am having, so I am hoping someone out in the community can spot my obvious syntax problem that Im not seeing. I am trying to convert a sgplot with highlow and scatter plots and a by statement to a sgpanel with panelby being the by variable. But the highlow part is not working (SAS turns the syntax red and the output only has the scatter). On this machine Im running 9.3 (TS1M2) if it matters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I read the documentation is that this should be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11470iD59E7AC3E78D7661/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="sgpanel code.jpg" title="sgpanel code.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 12:55:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164560#M6139</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2014-05-19T12:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a Sgplot with by to sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164561#M6140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This should work, despite the red syntax. What messages do you get in the log?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 13:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164561#M6140</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-05-19T13:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a Sgplot with by to sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164562#M6141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reponse Dan. I think the red syntax just threw me down the wrong path. I think it is working, just my graph scale is two small to see the lines. So now I need to figure out how to make the taller and wider. And the panel might not work anyway since I thought the y axis would be independently adjusted for each graph but it looks like its the same for all three. Output attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11456i826D38D2C4CD3AD9/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="sgpanel output.jpg" title="sgpanel output.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 13:27:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164562#M6141</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2014-05-19T13:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a Sgplot with by to sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164563#M6142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the PANELBY statement, say UNISCALE=COLUMN and you will get what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 13:30:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164563#M6142</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-05-19T13:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a Sgplot with by to sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164564#M6143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan! That worked liked a charm. While we are on the subject whats the easiest way to get the output taller and wider?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 13:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164564#M6143</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2014-05-19T13:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a Sgplot with by to sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164565#M6144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On the ODS GRAPHICS statement, specify the WIDTH and/or HEIGHT. If you specify only one of them, the other is calculated internally to maintain aspect. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics / width=600px height=1000px;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The units can be in the standard units supported in ODS (px, in, cm, etc.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 13:43:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164565#M6144</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-05-19T13:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a Sgplot with by to sgpanel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164566#M6145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Dan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was painless!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2014 13:53:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Converting-a-Sgplot-with-by-to-sgpanel/m-p/164566#M6145</guid>
      <dc:creator>esjackso</dc:creator>
      <dc:date>2014-05-19T13:53:24Z</dc:date>
    </item>
  </channel>
</rss>

