<?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: Various scales on axes proc sgpanel (SAS 9.3) in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Various-scales-on-axes-proc-sgpanel-SAS-9-3/m-p/197266#M7336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks djrisks, you opened up a new world for me when introducing GLT. A little bit tricky to sort it all out, but I could create the graph exactly as I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tommy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Mar 2015 15:11:36 GMT</pubDate>
    <dc:creator>tommyschyman</dc:creator>
    <dc:date>2015-03-09T15:11:36Z</dc:date>
    <item>
      <title>Various scales on axes proc sgpanel (SAS 9.3)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Various-scales-on-axes-proc-sgpanel-SAS-9-3/m-p/197264#M7334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a two-panel graph using proc sgpanel in SAS 9.3. The y-axis should be the same for the two panels, but I want one x-axis to be on a linear scale and the other on a logarithmic scale (expand). Can that be done in 9.3, or do you have any other way to create this type of graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tommy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 09:47:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Various-scales-on-axes-proc-sgpanel-SAS-9-3/m-p/197264#M7334</guid>
      <dc:creator>tommyschyman</dc:creator>
      <dc:date>2015-03-09T09:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: Various scales on axes proc sgpanel (SAS 9.3)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Various-scales-on-axes-proc-sgpanel-SAS-9-3/m-p/197265#M7335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tommy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use GTL to do this, below is an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;&amp;nbsp; define statgraph plot_linearlog;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; begingraph;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout lattice / rows = 1 columns = 2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / xaxisopts=(type = linear);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x = Horsepower y = MPG_City;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; layout overlay / xaxisopts=(type = log logopts = (tickintervalstyle = logexpand));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x = Horsepower y = MPG_City;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; endlayout;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; endlayout;&lt;BR /&gt; endgraph;&lt;BR /&gt;&amp;nbsp; end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc sgrender data = sashelp.cars template = plot_linearlog;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SGRender5.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9502_SGRender5.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 13:33:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Various-scales-on-axes-proc-sgpanel-SAS-9-3/m-p/197265#M7335</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2015-03-09T13:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Various scales on axes proc sgpanel (SAS 9.3)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Various-scales-on-axes-proc-sgpanel-SAS-9-3/m-p/197266#M7336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks djrisks, you opened up a new world for me when introducing GLT. A little bit tricky to sort it all out, but I could create the graph exactly as I wanted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tommy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 15:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Various-scales-on-axes-proc-sgpanel-SAS-9-3/m-p/197266#M7336</guid>
      <dc:creator>tommyschyman</dc:creator>
      <dc:date>2015-03-09T15:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Various scales on axes proc sgpanel (SAS 9.3)</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Various-scales-on-axes-proc-sgpanel-SAS-9-3/m-p/197267#M7337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's fine Tommy / Chris. I agree GTL is a lot more powerful and tricky, and I'm glad you were able to figure it out and create the graph exactly as you wanted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 15:28:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Various-scales-on-axes-proc-sgpanel-SAS-9-3/m-p/197267#M7337</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2015-03-09T15:28:04Z</dc:date>
    </item>
  </channel>
</rss>

