<?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 Doubt on sas graph in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Doubt-on-sas-graph/m-p/529343#M144609</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting 1 st diagram as my output but I needed output same as like the 2nd diagram.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the following code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=graph_ae;&lt;/P&gt;&lt;P&gt;highlow y=aeterm low=aestdy high=aeendy / type=line group=aeser&lt;BR /&gt;lineattrs=(/*color=blue*/ pattern=solid) barwidth=0.8&lt;BR /&gt;/*lowlabel=aeterm*/ highcap=FILLEDARROW /*attrid=Severity;*/;&lt;BR /&gt;scatter y=aeterm x=adurn / x2axis markerattrs=(size=0);&lt;BR /&gt;xaxis grid display=(nolabel) offsetmax=0.02 values=(0 to 60 by 2);&lt;BR /&gt;yaxis grid display=(noticks nolabel);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. the Plot term should present inside the graph. (I have specified with arrow)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I have to specify condition&amp;nbsp;at the end plot. (please refer to the second diagram)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MH_GRAPH_MINE.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26505iFD4DB4ED67B4AA3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="MH_GRAPH_MINE.PNG" alt="MH_GRAPH_MINE.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MH_GRAPH_ORIGINAL.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26506i17753074AC057D13/image-size/large?v=v2&amp;amp;px=999" role="button" title="MH_GRAPH_ORIGINAL.PNG" alt="MH_GRAPH_ORIGINAL.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jan 2019 06:19:31 GMT</pubDate>
    <dc:creator>Suvathi</dc:creator>
    <dc:date>2019-01-23T06:19:31Z</dc:date>
    <item>
      <title>Doubt on sas graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Doubt-on-sas-graph/m-p/529343#M144609</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting 1 st diagram as my output but I needed output same as like the 2nd diagram.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the following code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sgplot data=graph_ae;&lt;/P&gt;&lt;P&gt;highlow y=aeterm low=aestdy high=aeendy / type=line group=aeser&lt;BR /&gt;lineattrs=(/*color=blue*/ pattern=solid) barwidth=0.8&lt;BR /&gt;/*lowlabel=aeterm*/ highcap=FILLEDARROW /*attrid=Severity;*/;&lt;BR /&gt;scatter y=aeterm x=adurn / x2axis markerattrs=(size=0);&lt;BR /&gt;xaxis grid display=(nolabel) offsetmax=0.02 values=(0 to 60 by 2);&lt;BR /&gt;yaxis grid display=(noticks nolabel);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. the Plot term should present inside the graph. (I have specified with arrow)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. I have to specify condition&amp;nbsp;at the end plot. (please refer to the second diagram)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MH_GRAPH_MINE.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26505iFD4DB4ED67B4AA3A/image-size/large?v=v2&amp;amp;px=999" role="button" title="MH_GRAPH_MINE.PNG" alt="MH_GRAPH_MINE.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MH_GRAPH_ORIGINAL.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26506i17753074AC057D13/image-size/large?v=v2&amp;amp;px=999" role="button" title="MH_GRAPH_ORIGINAL.PNG" alt="MH_GRAPH_ORIGINAL.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 06:19:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Doubt-on-sas-graph/m-p/529343#M144609</guid>
      <dc:creator>Suvathi</dc:creator>
      <dc:date>2019-01-23T06:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on sas graph</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Doubt-on-sas-graph/m-p/529373#M144626</link>
      <description>&lt;P&gt;If you have so many doubts about SAS software, why are you using it?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jan 2019 11:41:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Doubt-on-sas-graph/m-p/529373#M144626</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-23T11:41:56Z</dc:date>
    </item>
  </channel>
</rss>

