<?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: Graphs in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Graphs/m-p/437919#M15098</link>
    <description>I have added</description>
    <pubDate>Fri, 16 Feb 2018 09:23:39 GMT</pubDate>
    <dc:creator>Vahe_Mar</dc:creator>
    <dc:date>2018-02-16T09:23:39Z</dc:date>
    <item>
      <title>Graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphs/m-p/437916#M15096</link>
      <description>&lt;P&gt;I need your helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;for X axis i want pu max+100 and min-100 ranges, coz data changes every time and need to give automatically ranges.&lt;/LI&gt;
&lt;LI&gt;one line solid and second line&amp;nbsp;shortdash (groupdisplay=cluster&amp;nbsp;clusterwidth=0.5 lineattrs=(pattern=shortdash);&lt;/LI&gt;
&lt;LI&gt;need to drop labels for point and keep only for dashs.&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Photo attached Thanks a lot&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data=final sganno=final pad=(bottom=14%);
	format dose dose. tmt box.;
	scatter x=dose y=mean / yerrorupper=UCLM yerrorlower=LCLM group=tmt
		groupdisplay=cluster clusterwidth=1
		markerattrs=(size=1 symbol=none);
	series x=dose y=mean / group=tmt groupdisplay=cluster
		clusterwidth=0.5 lineattrs=(pattern=shortdash);
	refline 26 / axis=x;
	refline 0 / axis=y lineattrs=(pattern=shortdash);
	xaxis type=linear values=(0 1 2 4 8 12 16 20 24 28) max=29
		valueshint display=(nolabel);
	yaxis label="Plasma &amp;amp;var2 Concentration (ng/mL)" values=(-100 to 1300 by 50);
	xaxis label="Time" values =(0 to 20 by 1);
	keylegend/ location=inside position=topright;
run;&lt;/CODE&gt;&lt;/PRE&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="Capture.PNG" style="width: 471px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/18654i59B0BD9A34E224A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 16:07:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphs/m-p/437916#M15096</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2018-02-16T16:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphs/m-p/437918#M15097</link>
      <description>&lt;P&gt;Look through this blog:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are thousands of examples for all types of graphs and all options.&amp;nbsp; As you have not provided any code its pretty hard to answer.&amp;nbsp; The labels is simple (assuming your using proc sgplot/gtl, just label the point plot one name and don't use it in the legend statement).&amp;nbsp; The other two, range, get max from data, add 100, then block it up as you need the axis, and pass that as a dynamic variable.&amp;nbsp; The other about lines sound to me like your style needs updating.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All these can be found as examples in the website given.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 09:21:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphs/m-p/437918#M15097</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-02-16T09:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphs/m-p/437919#M15098</link>
      <description>I have added</description>
      <pubDate>Fri, 16 Feb 2018 09:23:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphs/m-p/437919#M15098</guid>
      <dc:creator>Vahe_Mar</dc:creator>
      <dc:date>2018-02-16T09:23:39Z</dc:date>
    </item>
  </channel>
</rss>

