<?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: Proc SGPANEL is not giving all of the values on x-axis and y-axix in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/868193#M23640</link>
    <description>&lt;P&gt;Actually, it worked by setting the clusterwidth in both scatter and series line.&lt;/P&gt;&lt;P&gt;Thank you all for your input.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2023 11:17:38 GMT</pubDate>
    <dc:creator>Sami1234</dc:creator>
    <dc:date>2023-04-05T11:17:38Z</dc:date>
    <item>
      <title>Proc SGPANEL is not giving all of the values on x-axis and y-axix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/867917#M23632</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the below code for creating the graph, however, it's not producing the correct axis's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgpanel data=plot3;&lt;BR /&gt;panelby trtan / onepanel columns=3 rows=3 novarname spacing=1;&lt;BR /&gt;styleattrs&lt;BR /&gt;datacontrastcolors=(red blue black)&lt;BR /&gt;datalinepatterns=(1)&lt;BR /&gt;datasymbols=(circlefilled trianglefilled triangledownfilled);&lt;BR /&gt;scatter x=atptn y=mean / yerrorlower=lower yerrorupper=upper&lt;BR /&gt;group=paramn groupdisplay=cluster ;&lt;BR /&gt;series x=newatptn y=mean / group=paramn groupdisplay=cluster;&lt;BR /&gt;rowaxis fitpolicy=thin grid valuesformat=best2.0 values=(40 to 150 by 5) grid ;&lt;BR /&gt;colaxis fitpolicy=thin grid values=(10 to 18 by 1) ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sami1234_0-1680591829916.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82305i1B5E7418EA34EA14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sami1234_0-1680591829916.png" alt="Sami1234_0-1680591829916.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 07:04:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/867917#M23632</guid>
      <dc:creator>Sami1234</dc:creator>
      <dc:date>2023-04-04T07:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPANEL is not giving all of the values on x-axis and y-axix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/867922#M23633</link>
      <description>&lt;P&gt;I have moved this to "Graphics Programming" board.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you complaining about the double&amp;nbsp;&lt;SPAN&gt;asterisk on the Y-axes?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 07:17:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/867922#M23633</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-04-04T07:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPANEL is not giving all of the values on x-axis and y-axix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/867923#M23634</link>
      <description>Actaully double asterisk on the Y-axes is removved by changing the best3., however X-axis are not populating correctly. Thanks for your reply</description>
      <pubDate>Tue, 04 Apr 2023 07:25:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/867923#M23634</guid>
      <dc:creator>Sami1234</dc:creator>
      <dc:date>2023-04-04T07:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPANEL is not giving all of the values on x-axis and y-axix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/867979#M23635</link>
      <description>Try to remove " fitpolicy=thin"</description>
      <pubDate>Tue, 04 Apr 2023 12:59:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/867979#M23635</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-04-04T12:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPANEL is not giving all of the values on x-axis and y-axix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/867994#M23636</link>
      <description>&lt;P&gt;FITPOLICY=THIN tells SAS the rules you want to use in not displaying all of the X or Y axis values because of the number of values or the lengths displayed will not fit into the default space allocated. Removing it may show more values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also need to add TYPE=DISCRETE to force the axis to have properties of a discrete axis to show all of the values.&lt;/P&gt;
&lt;P&gt;You might also need to consider use of VALUESROTATE option or increasing the size of the graph display area if the there is text collision due to length of the values.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2023 14:35:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/867994#M23636</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-04-04T14:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPANEL is not giving all of the values on x-axis and y-axix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/868174#M23637</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks, it does work.&lt;/P&gt;&lt;P&gt;Would you please let me know how to change the jitter width?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 10:10:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/868174#M23637</guid>
      <dc:creator>Sami1234</dc:creator>
      <dc:date>2023-04-05T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPANEL is not giving all of the values on x-axis and y-axix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/868177#M23638</link>
      <description>Try JITTERWIDTH= option.&lt;BR /&gt;&lt;BR /&gt;proc sgplot data=sashelp.class;&lt;BR /&gt;scatter x=weight y=height/jitter jitterwidth=1;&lt;BR /&gt;run;</description>
      <pubDate>Wed, 05 Apr 2023 10:39:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/868177#M23638</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-04-05T10:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPANEL is not giving all of the values on x-axis and y-axix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/868182#M23639</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the suggested code in SGPANEL, it's producing the below, however, I would like to move the whole line a bit closer.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sami1234_0-1680691817694.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82339i9ADB7C0334C328E3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sami1234_0-1680691817694.png" alt="Sami1234_0-1680691817694.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 10:50:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/868182#M23639</guid>
      <dc:creator>Sami1234</dc:creator>
      <dc:date>2023-04-05T10:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc SGPANEL is not giving all of the values on x-axis and y-axix</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/868193#M23640</link>
      <description>&lt;P&gt;Actually, it worked by setting the clusterwidth in both scatter and series line.&lt;/P&gt;&lt;P&gt;Thank you all for your input.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2023 11:17:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Proc-SGPANEL-is-not-giving-all-of-the-values-on-x-axis-and-y/m-p/868193#M23640</guid>
      <dc:creator>Sami1234</dc:creator>
      <dc:date>2023-04-05T11:17:38Z</dc:date>
    </item>
  </channel>
</rss>

