<?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: Help creating graph with multiple series in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101859#M3799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an example where I "fake" the y-axis (using annotate) so I can have it in the middle of the graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd24/rna.htm"&gt;http://robslink.com/SAS/democd24/rna.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd24/rna_info.htm" title="http://robslink.com/SAS/democd24/rna_info.htm"&gt;http://robslink.com/SAS/democd24/rna_info.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jun 2013 18:57:13 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2013-06-10T18:57:13Z</dc:date>
    <item>
      <title>Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101845#M3785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking to create a graph with the following characteristics:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;X-Axis: Timepoint (months) -12, -6, 0, 6, 12&amp;nbsp;&amp;nbsp; *Note: the - refers to that many months before study entry&lt;/LI&gt;&lt;LI&gt;Y-Axis: Days in Hospital at 12 months before study entry (coincides with -12 m timepoint)&lt;/LI&gt;&lt;LI&gt;Y-Axis: Days in Hospital at 6 months before study entry (coincides with -6 m timepoint)&lt;/LI&gt;&lt;LI&gt;Y-Axis: Days in Hospital at 6 months post study entry (coincides with 6 m timepoint)&lt;/LI&gt;&lt;LI&gt;Days in Hospital at 12 months post study entry (coincides with 12 m timepoint)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each of those y-axis variables is one variable in the dataset. I want to create a scatterplot in a series format and then have the mean display on the graph. I tried using ODS graphics designer and am only able to create a scatter for one y-axis variable. Is it possible to do a series for this with the graphics editor? If not, how could I go about doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 16:21:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101845#M3785</guid>
      <dc:creator>SASstudent2013</dc:creator>
      <dc:date>2013-06-10T16:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101846#M3786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With SAS/Graph Proc Gplot, you can plot multiple different y-variables on the same graph using the 'overlay' option:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://robslink.com/SAS/democd11/isabel1.htm" title="http://robslink.com/SAS/democd11/isabel1.htm"&gt;Hurricane Isabel water level&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 2 different ranges of values, you can use gplot's "plot2" for the 2nd axis (on the right-hand-side):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A class="active_link" href="http://robslink.com/SAS/democd21/climate.htm"&gt;http://robslink.com/SAS/democd21/climate.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you need more than 2 different y-axes, you could get a little tricky with annotate:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A class="active_link" href="http://robslink.com/SAS/democd41/multi_y.htm"&gt;http://robslink.com/SAS/democd41/multi_y.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the mean line, you could calculate that value and store it in a macro variable, and then use that value as a 'refline' or annotate a line at that value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are any of these similar to what you're wanting?&amp;nbsp; (If not, give some more specifics/details of what you're looking for.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101846#M3786</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-10T17:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101847#M3787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info... the range of values on the y-axis is the same for all, so won't be necessary to use 2nd axis I don't think.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I set this up in Proc Gplot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:14:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101847#M3787</guid>
      <dc:creator>SASstudent2013</dc:creator>
      <dc:date>2013-06-10T17:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101848#M3788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using some of the easily-available sample data we ship with SAS, here's a simple example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol1 value=dot interpol=join color=red;&lt;BR /&gt;symbol2 value=dot interpol=join color=blue;&lt;BR /&gt;symbol3 value=dot interpol=join color=green;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gplot data=sashelp.class;&lt;BR /&gt;plot age*name=1 weight*name=2 height*name=3 / overlay;&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101848#M3788</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-10T17:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101849#M3789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you could also try PROC SGPLOT with either a series or scatter statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sgplot data=have;&lt;/P&gt;&lt;P&gt;series x=time y=time6;&lt;/P&gt;&lt;P&gt;series x=time y=time12;&lt;/P&gt;&lt;P&gt;series x=time y=time_6;&lt;/P&gt;&lt;P&gt;run;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But from your data it doesn't look like you have 5 series, it looks like you have 5 points really.&amp;nbsp; Where does the 'series' part come in?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:32:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101849#M3789</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-06-10T17:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101850#M3790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can drag and drop more plots from the panel on the left.&amp;nbsp; You can also use SGPLOT procedure as shown in my blog articles on AE plots.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101850#M3790</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-06-10T17:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101851#M3791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that works. How do I get the plot to not join lines between the datapoints? I just want to show the datapoints on the graph but do not want the points joined in any way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:33:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101851#M3791</guid>
      <dc:creator>SASstudent2013</dc:creator>
      <dc:date>2013-06-10T17:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101852#M3792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're asking about gplot ... you can use interpol=none, rather than interpol=join&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:37:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101852#M3792</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-10T17:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101853#M3793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that works! How do I get the x and y axis to join at 0 so that -12 and -6 month timepoints are to the left of the y axis? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:45:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101853#M3793</guid>
      <dc:creator>SASstudent2013</dc:creator>
      <dc:date>2013-06-10T17:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101854#M3794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can specify axis statements (with whatever range you want, using the order= axis option), and assign them to the graph using the haxis and vaxis gplot options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 17:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101854#M3794</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-10T17:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101855#M3795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've attached the plot that I have right now and my code is at the bottom of this question screen. Here's what I still need to do with it/some questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add means as bars on the graph to designate the average of each of the four variables (ERDAYS_PRE_3 ERDAYS_PRE_4 ERDAYS_3 ERDAYS_4)&lt;/LI&gt;&lt;LI&gt;Move the y-axis so that it is at 0&lt;/LI&gt;&lt;LI&gt;Add in values for ERDAYS_3 - for some reason they don't show up on the graph?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*Setup plot for ER cost driver data*/&lt;/P&gt;&lt;P&gt;symbol1 value=dot interpol=none color=red;&lt;/P&gt;&lt;P&gt;symbol2 value=dot interpol=none color=blue;&lt;/P&gt;&lt;P&gt;symbol3 value=dot interpol=none color=green;&lt;/P&gt;&lt;P&gt;symbol4 value=dot interpol=none color=black;&lt;/P&gt;&lt;P&gt;axis1 order=(-12 to 12 by 1) offset=(0,12)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label=none minor=none;&lt;/P&gt;&lt;P&gt;axis2 order=(0 to 100 by 10) offset=(0,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label=none minor=none;&lt;/P&gt;&lt;P&gt;proc gplot data=CostDrivers;&lt;/P&gt;&lt;P&gt;plot ERDAYS_PRE_3*time_6=3 ERDAYS_PRE_4*time_12=4 ERDAYS_4*time12=1 ERDAYS_3*time6=2&amp;nbsp; / overlay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; haxis=axis1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vaxis=axis2;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;IMG alt="CostDrivers_ER.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3669_CostDrivers_ER.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 18:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101855#M3795</guid>
      <dc:creator>SASstudent2013</dc:creator>
      <dc:date>2013-06-10T18:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101856#M3796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say "add means as bars" - how about a boxplot?&lt;/P&gt;&lt;P&gt;(you can use interpol=boxcti in your symbol statement, for example)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://robslink.com/SAS/democd53/weather_box.htm" title="http://robslink.com/SAS/democd53/weather_box.htm"&gt;Raleigh Temperature Graphs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not quite sure what you're wanting when you say "move the y axis so that it is at zero".&amp;nbsp;&amp;nbsp; Your y axis is starting at zero (as per your axis statement), but I'm not sure how you're wanting to adjust it(?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the ERDAYS_3 aren't showing up in the graph, it's likely that their values aren't in the range specified in the axis statemen(?)&amp;nbsp; Try doing a proc print and look at the values.&amp;nbsp; Or alternatively temporarily comment out the axis options and see where/how the values plot, and see if they are outside the desired range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 18:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101856#M3796</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-10T18:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101857#M3797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes a boxplot would be great. When I updated it that way the only values that show up with the boxplot are for timepoint 6. For the y-axis, I want it to be at x=0 so that the timepoints -12 and -6 are to the left of the y axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol1 interpol=boxcti color=red;&lt;/P&gt;&lt;P&gt;symbol2 interpol=boxcti color=blue;&lt;/P&gt;&lt;P&gt;symbol3 interpol=boxcti color=green;&lt;/P&gt;&lt;P&gt;symbol4 interpol=boxcti color=black;&lt;/P&gt;&lt;P&gt;axis1 order=(-12 to 12 by 1) offset=(0,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label=none minor=none;&lt;/P&gt;&lt;P&gt;axis2 order=(0 to 70 by 10) offset=(0,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label=none minor=none;&lt;/P&gt;&lt;P&gt;proc gplot data=CostDrivers;&lt;/P&gt;&lt;P&gt;plot ERDAYS_PRE_3*time_6=3 ERDAYS_PRE_4*time_12=4 ERDAYS_4*time12=1 ERDAYS_3*time6=2&amp;nbsp; / overlay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; haxis=axis1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vaxis=axis2;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the updated graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Updatedgraph_boxplot.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/3670_Updatedgraph_boxplot.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 18:43:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101857#M3797</guid>
      <dc:creator>SASstudent2013</dc:creator>
      <dc:date>2013-06-10T18:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101858#M3798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get both the boxplot, and the points, to show up, you have to plot them both.&amp;nbsp; Something like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;symbol1 interpol=boxcti color=red;&lt;/P&gt;&lt;P&gt;symbol2 interpol=boxcti color=blue;&lt;/P&gt;&lt;P&gt;symbol3 interpol=boxcti color=green;&lt;/P&gt;&lt;P&gt;symbol4 interpol=boxcti color=black;&lt;/P&gt;&lt;P&gt;symbol5 value=dot interpol=none color=red;&lt;/P&gt;&lt;P&gt;symbol6 value=dot interpol=none color=blue;&lt;/P&gt;&lt;P&gt;symbol7 value=dot interpol=none color=green;&lt;/P&gt;&lt;P&gt;symbol8 value=dot interpol=none color=black;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plot&lt;/P&gt;&lt;P&gt;ERDAYS_PRE_3*time_6=3 ERDAYS_PRE_4*time_12=4 ERDAYS_4*time12=1 ERDAYS_3*time6=2&lt;/P&gt;&lt;P&gt;ERDAYS_PRE_3*time_6=7 ERDAYS_PRE_4*time_12=8 ERDAYS_4*time12=5 ERDAYS_3*time6=6&lt;/P&gt;&lt;P&gt;/ overlay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The y-axis will always show up at the far-left of the graph.&amp;nbsp; There's no option to have it show up in the middle.&amp;nbsp; You could possibly draw an axis in the middle with annotate, but that would take a bit of work...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 18:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101858#M3798</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-10T18:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101859#M3799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's an example where I "fake" the y-axis (using annotate) so I can have it in the middle of the graph:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://robslink.com/SAS/democd24/rna.htm"&gt;http://robslink.com/SAS/democd24/rna.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd24/rna_info.htm" title="http://robslink.com/SAS/democd24/rna_info.htm"&gt;http://robslink.com/SAS/democd24/rna_info.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jun 2013 18:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101859#M3799</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2013-06-10T18:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Help creating graph with multiple series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101860#M3800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a Scatter plot instead of Series.&amp;nbsp; Add reference lines at x=0 and y=0 and turn off the axis lines.&amp;nbsp; The tick values will still be displayed on the outer edges.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 15:01:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Help-creating-graph-with-multiple-series/m-p/101860#M3800</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-06-14T15:01:37Z</dc:date>
    </item>
  </channel>
</rss>

