<?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: Plot multiple series stacked vertically with y axes aligned in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618844#M19339</link>
    <description>Please post the exact program which gives the error.</description>
    <pubDate>Tue, 21 Jan 2020 13:00:26 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2020-01-21T13:00:26Z</dc:date>
    <item>
      <title>Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618034#M19319</link>
      <description>&lt;P&gt;I have a dataset like: timestamp | VAR1 | VAR2 | VAR3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to plot three series (timestamp,VAR1), (timestamp, VAR2), (timestamp, VAR3) in three graphs stacked vertically, so that the y axes, which may have different scales and unit of measures, should be aligned on a vertical line.&lt;/P&gt;
&lt;P&gt;The purpose is that if I want to see what happens at a specific timestamp, I just look at the three series "vertically" on an imaginary vertical line.&lt;/P&gt;
&lt;P&gt;So far I did three sequentially sgplots, but since the y axes values may occupy different spaces (e.g. the size of "1" "2" "3" is smaller than "1000" "2000 "3000"), the three graphs are not vertically aligned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I achieve that?&lt;/P&gt;
&lt;P&gt;I hope I made myself clear.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 10:15:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618034#M19319</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2020-01-17T10:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618133#M19320</link>
      <description>SGPANEL</description>
      <pubDate>Fri, 17 Jan 2020 16:54:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618133#M19320</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-17T16:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618137#M19321</link>
      <description>Thanks I taught about it, however I couldn't figure out how to use it in this case, there is no groups to use in panelby and I don't want to restructure the dataset if not absolutely necessary.&lt;BR /&gt;&lt;BR /&gt;Can you give me an example of how should I use sgpanel here?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 17 Jan 2020 17:02:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618137#M19321</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2020-01-17T17:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618141#M19322</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/5590"&gt;@Edoedoedo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Thanks I taught about it, however I couldn't figure out how to use it in this case, there is no groups to use in panelby and I don't want to restructure the dataset if not absolutely necessary.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Can you give me an example of how should I use sgpanel here?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sure, can you please provide sample data?&lt;/P&gt;
&lt;P&gt;Here are instructions on how to provide sample data as a data step:&lt;BR /&gt;&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;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 17:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618141#M19322</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-17T17:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618213#M19323</link>
      <description>&lt;P&gt;Sure, since the dataset is very simple I assumed it could be discussed just knowing the dataset metadata!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the dataset and my code so far:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; data HAVE;
   format timestamp datetime25.;
timestamp=datetime(); A=1; B=500000; C=0.03; output;
timestamp=datetime()+60; A=2; B=100000; C=0.05; output;
timestamp=datetime()+120; A=3; B=300000; C=0.01; output;
timestamp=datetime()+180; A=4; B=400000; C=0.02; output;
timestamp=datetime()+240; A=5; B=200000; C=0.04; output;
run;

proc sgplot data=have;
    series x=timestamp y=A;
run;
proc sgplot data=have;
    series x=timestamp y=B;
run;
proc sgplot data=have;
    series x=timestamp y=C;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see the three graphs are not vertically aligned on y axes.&lt;/P&gt;
&lt;P&gt;Moreover, I'd prefer not to create an ad-hoc temporary table, since it would require more time (in real data rows are millions and columns A B C are some dozens).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 22:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618213#M19323</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2020-01-17T22:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618523#M19332</link>
      <description>&lt;P&gt;It sounds like you want to plot all graphs on the same scale? For example, the Y axis should be [0, 50000] for all graphs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As Reeza says, SGPANEL makes this easy if you convert form "Wide" data to "Long" data.&lt;/P&gt;
&lt;P&gt;However, if&amp;nbsp;you do not want to convert, you can either put all graphs in a single graph or you can use the YAXIS statement to set the Y axis to be the same for individual graphs:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* plot on a single scale in one graph */
proc sgplot data=have;
    series x=timestamp y=A;
    series x=timestamp y=B;
    series x=timestamp y=C;
run;


/* plot on a single scale in multiple graphs */
%let minY = 0;
%let maxY = 500000;
proc sgplot data=have;
    series x=timestamp y=A;
    yaxis min=&amp;amp;minY max=&amp;amp;maxY;
run;
proc sgplot data=have;
    series x=timestamp y=B;
    yaxis min=&amp;amp;minY max=&amp;amp;maxY;
run;
proc sgplot data=have;
    series x=timestamp y=C;
    yaxis min=&amp;amp;minY max=&amp;amp;maxY;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Jan 2020 13:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618523#M19332</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-01-20T13:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618544#M19333</link>
      <description>&lt;P&gt;No, I don't want to use the same scale for all graphs, every one should have its own scale. But if I look at the y axes vertically, they should be aligned.&lt;/P&gt;
&lt;P&gt;Let me attach an image to explain what I mean:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="align.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35470iF6FC14A14FBC6CA3/image-size/large?v=v2&amp;amp;px=999" role="button" title="align.png" alt="align.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:11:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618544#M19333</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2020-01-20T14:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618664#M19335</link>
      <description>&lt;P&gt;Sorry to keep asking questions, but do you mean that you want the X axis aligned? In your example, it looks like you want to ensure that the range of the X axis is always consistent for all of the plots. In that case, you should use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* get min and max of X */
proc sql;
select min(timestamp), max(timestamp)
      into :minX, :maxX
      from Have;
run;

/* plot on a single scale in multiple graphs */
proc sgplot data=have;
    series x=timestamp y=A;
    xaxis min=&amp;amp;minX max=&amp;amp;maxX;
run;
proc sgplot data=have;
    series x=timestamp y=B;
    xaxis min=&amp;amp;minX max=&amp;amp;maxX;
run;
proc sgplot data=have;
    series x=timestamp y=C;
    xaxis min=&amp;amp;minX max=&amp;amp;maxX;
run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Jan 2020 19:12:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618664#M19335</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-01-20T19:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618670#M19336</link>
      <description>&lt;P&gt;Maybe it's clear in my head but I'm not succeeding in explain it &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However no, in my example the x axis values are exactly the same for all three graphs, so setting min and max wouldn't change anything since the min and the max are already reached by all three graphs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I mean is that since the three vars have different scale (and that's ok), when the sgplot draws the y axis, it is drawn "more to the right" depending on what it has to plot on the left of the y axis, that is the numbers of the scale.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the first graph, the numbers on the left are "1" "2" "3",... assume they occupy 10px, then there is a white space, assume it occupies 5px, and then the y axis: so it begins in the paper at coordinate 15px.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the second graph, the numbers in the left are "100000" "200000" etc, so they occupy MORE space, assume 10px * 6 digits = 60px, then there is a white space, assume it occupies 5px as before, and then the y axis: so it begins in the paper at coordinate 65px.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hence the two y axes are not aligned vertically! One is at 15px, one is at 65px.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is how to "center" the graphs so that the y axes are exactly at the same distance in pixel from the left of the paper.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 19:35:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618670#M19336</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2020-01-20T19:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618683#M19337</link>
      <description>&lt;P&gt;I understand now. No, I do not know how to do that when you create individual graphs. The correct way to do it is to&lt;A href="https://blogs.sas.com/content/iml/2015/02/25/plotting-multiple-series-transforming-data-from-wide-to-long.html" target="_self"&gt; transpose the data and use SGPANEL&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc transpose 
   data=Have
   out=Want(drop=_LABEL_ rename=(Col1=Value)) /* 2 */
   name=Variable;                             /* 3 */
   by timestamp;                              /* original X var  */
   var A B C;                                 /* original Y vars */
run;

ods graphics / reset;
/* plot on a single scale in multiple graphs */
proc sgpanel data=Want;
    panelby Variable / UNISCALE=COLUMN columns=1;
    series x=timestamp y=Value;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 20:20:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618683#M19337</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-01-20T20:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618830#M19338</link>
      <description>Thanks that's exactly what I needed!&lt;BR /&gt;&lt;BR /&gt;However I'm getting this error for proc transpose:&lt;BR /&gt;&lt;BR /&gt;ERROR: One or more ID variables are required.&lt;BR /&gt;ERROR: Failure during action initialization.&lt;BR /&gt;ERROR: The action stopped due to errors.&lt;BR /&gt;&lt;BR /&gt;since the table is in CAS. In SAS 9.4 it works, but in CAS it says the id parameter is required. What's wrong?</description>
      <pubDate>Tue, 21 Jan 2020 11:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618830#M19338</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2020-01-21T11:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618844#M19339</link>
      <description>Please post the exact program which gives the error.</description>
      <pubDate>Tue, 21 Jan 2020 13:00:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618844#M19339</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-01-21T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618846#M19340</link>
      <description>&lt;P&gt;Same as the previous, but with a CAS library (instead of work):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;cas session;
libname CASUSER cas caslib="CASUSER";

data CASUSER.HAVE;
   format timestamp datetime25.;
timestamp=datetime(); A=1; B=500000; C=0.03; output;
timestamp=datetime()+60; A=2; B=100000; C=0.05; output;
timestamp=datetime()+120; A=3; B=300000; C=0.01; output;
timestamp=datetime()+180; A=4; B=400000; C=0.02; output;
timestamp=datetime()+240; A=5; B=200000; C=0.04; output;
run;


proc transpose 
   data=CASUSER.Have
   out=CASUSER.Want
   name=Variable;
   by timestamp;
   var A B C;
run;

ods graphics / reset;
/* plot on a single scale in multiple graphs */
proc sgpanel data=CASUSER.Want;
    panelby Variable / UNISCALE=COLUMN columns=1;
    series x=timestamp y=Col1;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;FONT color="#FF0000"&gt;ERROR: One or more ID variables are required.
ERROR: Failure during action initialization.
ERROR: The action stopped due to errors.&lt;/FONT&gt;
NOTE: The Cloud Analytic Services server processed the request in 0.046021 seconds.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE TRANSPOSE ha utilizzato (tempo totale di elaborazione):
      real time           0.15 seconds
      cpu time            0.05 seconds&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Jan 2020 13:05:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618846#M19340</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2020-01-21T13:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618889#M19342</link>
      <description>&lt;P&gt;You can add a unique identifier to each observation and use that as the ID variable:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data casuser.HAVE;
   format timestamp datetime25.;
ID = _N_; timestamp=datetime(); A=1; B=500000; C=0.03; output;
ID = _N_; timestamp=datetime()+60; A=2; B=100000; C=0.05; output;
ID = _N_; timestamp=datetime()+120; A=3; B=300000; C=0.01; output;
ID = _N_; timestamp=datetime()+180; A=4; B=400000; C=0.02; output;
ID = _N_; timestamp=datetime()+240; A=5; B=200000; C=0.04; output;
run;

proc transpose 
   data=CASUSER.Have
   out=CASUSER.Want
   name=Variable;
   by timestamp;
   id ID;
   var A B C;
run;

proc contents short data=casuser.want;
run;

/* plot on a single scale in multiple graphs */
proc sgpanel data=casuser.Want(rename=(_1=Value));
    panelby Variable / UNISCALE=COLUMN columns=1;
    series x=timestamp y=Value;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Jan 2020 16:28:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618889#M19342</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-01-21T16:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618905#M19343</link>
      <description>Thanks it works great.&lt;BR /&gt;I'll flag as solution the previous answer since this is a collateral issue CAS related.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 21 Jan 2020 17:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618905#M19343</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2020-01-21T17:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Plot multiple series stacked vertically with y axes aligned</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618912#M19344</link>
      <description>You're referring to alignment of graphs here's not the axis.</description>
      <pubDate>Tue, 21 Jan 2020 18:01:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Plot-multiple-series-stacked-vertically-with-y-axes-aligned/m-p/618912#M19344</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-01-21T18:01:42Z</dc:date>
    </item>
  </channel>
</rss>

