<?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 Amateur Sas user needs help!! in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Amateur-Sas-user-needs-help/m-p/144138#M5451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've created a nice calibration plot for my logistic regression model using proc reg.&amp;nbsp; I have three calibration plots looking at the model calibration for three different subgroups. I am trying to display the graphs with the same vaxis so they are comparable. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;here is my effort to control the Vaxis of my graph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;proc reg data=crh;&lt;/P&gt;&lt;P&gt;plots=fitplot(stats=(adjrsq));&lt;/P&gt;&lt;P&gt;model x*y;&lt;/P&gt;&lt;P&gt;plot x*y/Vaxis=0 to 2.4 by 0.5;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my issue is that my ODS output as a beautiful graph tieh 95% confidenec limits and prediction limits however the axis is not scaled.&lt;/P&gt;&lt;P&gt;I also get a second plot with the axis scaled as i specified. this plot is not as details as the ods output&lt;/P&gt;&lt;P&gt;My question is how do i get the ODS outputted graph to have the scaled axis as well??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 May 2014 17:35:30 GMT</pubDate>
    <dc:creator>cherman</dc:creator>
    <dc:date>2014-05-04T17:35:30Z</dc:date>
    <item>
      <title>Amateur Sas user needs help!!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Amateur-Sas-user-needs-help/m-p/144138#M5451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've created a nice calibration plot for my logistic regression model using proc reg.&amp;nbsp; I have three calibration plots looking at the model calibration for three different subgroups. I am trying to display the graphs with the same vaxis so they are comparable. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;here is my effort to control the Vaxis of my graph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on;&lt;/P&gt;&lt;P&gt;proc reg data=crh;&lt;/P&gt;&lt;P&gt;plots=fitplot(stats=(adjrsq));&lt;/P&gt;&lt;P&gt;model x*y;&lt;/P&gt;&lt;P&gt;plot x*y/Vaxis=0 to 2.4 by 0.5;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods graphics off;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my issue is that my ODS output as a beautiful graph tieh 95% confidenec limits and prediction limits however the axis is not scaled.&lt;/P&gt;&lt;P&gt;I also get a second plot with the axis scaled as i specified. this plot is not as details as the ods output&lt;/P&gt;&lt;P&gt;My question is how do i get the ODS outputted graph to have the scaled axis as well??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 17:35:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Amateur-Sas-user-needs-help/m-p/144138#M5451</guid>
      <dc:creator>cherman</dc:creator>
      <dc:date>2014-05-04T17:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Amateur Sas user needs help!!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Amateur-Sas-user-needs-help/m-p/144139#M5452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I think to customize those plots you'll have to modify the template. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may be better off grabbing the output, prediction intervals etc and plotting using sgplot instead.&lt;/P&gt;&lt;P&gt;PS. Consider cross posting this in the graphics forum so one of the graph people can answer it &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 21:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Amateur-Sas-user-needs-help/m-p/144139#M5452</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-05-04T21:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Amateur Sas user needs help!!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Amateur-Sas-user-needs-help/m-p/144140#M5453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 May 2014 23:52:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Amateur-Sas-user-needs-help/m-p/144140#M5453</guid>
      <dc:creator>cherman</dc:creator>
      <dc:date>2014-05-04T23:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Amateur Sas user needs help!!</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Amateur-Sas-user-needs-help/m-p/144141#M5454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not critical but you will often get unexpected results in any of the axis controls when you use a value1 to value2 by value3 clause when value3 doesn't actually evently divide the interval. Your example might work better with 0 to 2.5 by 0.5 as the 2.4 isn't a "nice" multiple of 0.5.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 15:36:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Amateur-Sas-user-needs-help/m-p/144141#M5454</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-05-05T15:36:58Z</dc:date>
    </item>
  </channel>
</rss>

