<?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: Plotting a chart with multiple scenarios in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Plotting-a-chart-with-multiple-scenarios/m-p/415333#M26704</link>
    <description>&lt;P&gt;Make the first series black, with a heavier line and the remains as light grey. In fact, it'll probably end up similar to a confidence/prediction interval/band, which is another option to consider. Summarize the data ahead of time to get the max/min to set up prediction intervals and use that to define a band instead.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SGPLOT has examples in the documentation of plotting a line series with banded intervals.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2017 22:51:37 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-11-21T22:51:37Z</dc:date>
    <item>
      <title>Plotting a chart with multiple scenarios</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Plotting-a-chart-with-multiple-scenarios/m-p/415315#M26702</link>
      <description>&lt;P&gt;I am trying to plot a chart with multiple scenarios. The code currently used to display it is as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title 'Unemployment Rate Scenario';
proc sgplot data=ifrs_econ_scnr;
   series x=ReportingDate y=Raw_UMP/group = Iteration;
   format ReportingDate yyqc4.;
   yaxis label= 'Unemployment Rate';
   refline '30Jun2017'd / axis = x;
 run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/16781i5C886B7E33B1C311/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The chart is grouped by 'Iteration' and I wanted to know if I could highlight 1 particular iteration (e.g. 1) in the plot and make it a bit more prominent (e.g. change weight of the line). Any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 21:11:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Plotting-a-chart-with-multiple-scenarios/m-p/415315#M26702</guid>
      <dc:creator>eemrun</dc:creator>
      <dc:date>2017-11-21T21:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting a chart with multiple scenarios</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Plotting-a-chart-with-multiple-scenarios/m-p/415322#M26703</link>
      <description>&lt;P&gt;In a DATA step, before SGPLOT, create a new variable for just iteration 1.&amp;nbsp; Then add a second SERIES statement after the first that just displays that iteration.&amp;nbsp; Use options to make the line heavier or change the color or do what it takes to make it more prominent.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 21:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Plotting-a-chart-with-multiple-scenarios/m-p/415322#M26703</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-11-21T21:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting a chart with multiple scenarios</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Plotting-a-chart-with-multiple-scenarios/m-p/415333#M26704</link>
      <description>&lt;P&gt;Make the first series black, with a heavier line and the remains as light grey. In fact, it'll probably end up similar to a confidence/prediction interval/band, which is another option to consider. Summarize the data ahead of time to get the max/min to set up prediction intervals and use that to define a band instead.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SGPLOT has examples in the documentation of plotting a line series with banded intervals.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 22:51:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Plotting-a-chart-with-multiple-scenarios/m-p/415333#M26704</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-21T22:51:37Z</dc:date>
    </item>
  </channel>
</rss>

