<?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 Proc SGPLOT values list in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPLOT-values-list/m-p/295649#M10464</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a graph where I want to display only specific ticks. For some reason, the plot is not displaying all the values which I am providing. Below is the code. In the case, I am passing tickvalues as a macro parameter. The values for ticks which I am passing&amp;nbsp;&lt;/P&gt;&lt;P&gt;are : 3, 3.18, 3.48, 4, 6,8,10,12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I display all the ticks on y-axis ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgplot data = lbs ;&lt;BR /&gt;format lbstresn tcfmt. ;&lt;BR /&gt;series x = weeks y = lbstresn / group = subjid groupms=subjid markers markerattrs=(size =4);&lt;BR /&gt;yaxis label = &amp;amp;lbl values =(&amp;amp;ticks) display = all/* min = &amp;amp;valu5*/ ;&lt;BR /&gt;xaxis values= (0 to 24 by 1 ) label = "Weeks" display = all ;&lt;BR /&gt;refline &amp;amp;valu4/ label = "LOQ = &amp;amp;valu3 " labelattrs = (size = 6) labelloc=inside;&lt;BR /&gt;keylegend / valueattrs = (size=6) title = 'Subjects' ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Aug 2016 20:20:32 GMT</pubDate>
    <dc:creator>Leo9</dc:creator>
    <dc:date>2016-08-31T20:20:32Z</dc:date>
    <item>
      <title>Proc SGPLOT values list</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPLOT-values-list/m-p/295649#M10464</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating a graph where I want to display only specific ticks. For some reason, the plot is not displaying all the values which I am providing. Below is the code. In the case, I am passing tickvalues as a macro parameter. The values for ticks which I am passing&amp;nbsp;&lt;/P&gt;&lt;P&gt;are : 3, 3.18, 3.48, 4, 6,8,10,12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I display all the ticks on y-axis ?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sgplot data = lbs ;&lt;BR /&gt;format lbstresn tcfmt. ;&lt;BR /&gt;series x = weeks y = lbstresn / group = subjid groupms=subjid markers markerattrs=(size =4);&lt;BR /&gt;yaxis label = &amp;amp;lbl values =(&amp;amp;ticks) display = all/* min = &amp;amp;valu5*/ ;&lt;BR /&gt;xaxis values= (0 to 24 by 1 ) label = "Weeks" display = all ;&lt;BR /&gt;refline &amp;amp;valu4/ label = "LOQ = &amp;amp;valu3 " labelattrs = (size = 6) labelloc=inside;&lt;BR /&gt;keylegend / valueattrs = (size=6) title = 'Subjects' ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 20:20:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPLOT-values-list/m-p/295649#M10464</guid>
      <dc:creator>Leo9</dc:creator>
      <dc:date>2016-08-31T20:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPLOT values list</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPLOT-values-list/m-p/295651#M10465</link>
      <description>&lt;P&gt;What does your graph output&amp;nbsp;look like? &amp;nbsp;Some tick values may be dropped due to collision. &amp;nbsp;Try using FITPOLICY=none to see all values.&lt;/P&gt;
&lt;P&gt;Providing&amp;nbsp;full code with&amp;nbsp;data helps to see what is going on, and the version of SAS you are using.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 20:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPLOT-values-list/m-p/295651#M10465</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-08-31T20:23:55Z</dc:date>
    </item>
  </channel>
</rss>

