<?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: Step  Plot /Chart/ Graph  with Nominal attributes on Y axis in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289375#M59636</link>
    <description>&lt;P&gt;It may be time to clarify the question. Do you have a dataset you want to plot? If so, what does the data look like. You can follow instructions from this link: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; to make datastep code that&amp;nbsp;can be pasted here for the variables of interest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or are you trying to get values from an existing graph?&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2016 22:01:30 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-08-03T22:01:30Z</dc:date>
    <item>
      <title>Step  Plot /Chart/ Graph  with Nominal attributes on Y axis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289350#M59629</link>
      <description>&lt;P&gt;&lt;IMG title="stepplot.jpg" alt="stepplot.jpg" src="https://communities.sas.com/t5/image/serverpage/image-id/4422i7FAFE4AD0D1CF8CA/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;Dear Community, &lt;IMG title="sample_plot_expected.jpg" alt="sample_plot_expected.jpg" src="https://communities.sas.com/t5/image/serverpage/image-id/4423i30E6CFD2CEBBE7E5/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While trying to compute some step chart, I came&amp;nbsp;across&amp;nbsp;to the&amp;nbsp;code listed below found in the SAS help documentation.&lt;/P&gt;&lt;PRE&gt;title "Stock Trend for IBM";
proc sgplot data=sashelp.stocks
  (where=(date &amp;gt;= "01jan2004"d and stock = "IBM"));
  step x=date y=close;
run;&lt;/PRE&gt;&lt;P&gt;The hand's drawing is the plot I would like to compute: the challenge appears to the visual aspect as the attribute on the y-axis will be ranked by order/ severity ascendant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp; in advance.&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 19:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289350#M59629</guid>
      <dc:creator>Tebunah</dc:creator>
      <dc:date>2016-08-03T19:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Step  Plot /Chart/ Graph  with Nominal attributes on Y axis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289359#M59631</link>
      <description>&lt;P&gt;You may be looking for the annotate feature to draw lines at points decided by values in the data. BUT you will have to provide the code on how to select a point and then draw the horizontal and vertical unless you want the lines at each corner.&lt;/P&gt;
&lt;P&gt;If you only want your values of interest then you would suppress the default axis statements and supply your values which might be easiest with the annotate.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 20:14:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289359#M59631</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-03T20:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Step  Plot /Chart/ Graph  with Nominal attributes on Y axis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289369#M59633</link>
      <description>Thanks ballardw, actually the lines are not required @ each corner. the dashes were to reference them from the other axis. However I wou</description>
      <pubDate>Wed, 03 Aug 2016 21:38:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289369#M59633</guid>
      <dc:creator>Tebunah</dc:creator>
      <dc:date>2016-08-03T21:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Step  Plot /Chart/ Graph  with Nominal attributes on Y axis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289370#M59634</link>
      <description>Sorry &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; I would be interested in the annotation.&lt;BR /&gt;Did you mean renaming them ?&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 03 Aug 2016 21:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289370#M59634</guid>
      <dc:creator>Tebunah</dc:creator>
      <dc:date>2016-08-03T21:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Step  Plot /Chart/ Graph  with Nominal attributes on Y axis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289375#M59636</link>
      <description>&lt;P&gt;It may be time to clarify the question. Do you have a dataset you want to plot? If so, what does the data look like. You can follow instructions from this link: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; to make datastep code that&amp;nbsp;can be pasted here for the variables of interest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or are you trying to get values from an existing graph?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 22:01:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289375#M59636</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-08-03T22:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Step  Plot /Chart/ Graph  with Nominal attributes on Y axis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289381#M59638</link>
      <description>Thanks ballardw, actually was trying to convert the numerical values from y-axis to categorical for visualization purpose. I used the 'proc format' to solve it. Many Thaanks</description>
      <pubDate>Wed, 03 Aug 2016 22:20:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Step-Plot-Chart-Graph-with-Nominal-attributes-on-Y-axis/m-p/289381#M59638</guid>
      <dc:creator>Tebunah</dc:creator>
      <dc:date>2016-08-03T22:20:58Z</dc:date>
    </item>
  </channel>
</rss>

