<?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: SAS graphing in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416783#M14310</link>
    <description>&lt;P&gt;i am unable to figure the right type and also how to put the data for easy readability.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Nov 2017 17:43:52 GMT</pubDate>
    <dc:creator>anig0904</dc:creator>
    <dc:date>2017-11-28T17:43:52Z</dc:date>
    <item>
      <title>SAS graphing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416762#M14303</link>
      <description>&lt;P&gt;I have to plot on a single plot for 7 patients&lt;/P&gt;&lt;P&gt;the units are pressure on the x axis and crosssectional area (CSA) on the y axis&lt;/P&gt;&lt;P&gt;for each pt we have a set of upto 10 values of pressure and CSA depending on the volume&amp;nbsp; that has a starting point of 25 cc and increase by 5 cc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Patient 1&lt;/P&gt;&lt;P&gt;vol&amp;nbsp; &amp;nbsp; &amp;nbsp;CSA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Pressure&lt;/P&gt;&lt;P&gt;25&amp;nbsp; &amp;nbsp; &amp;nbsp;163&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7.2&lt;/P&gt;&lt;P&gt;30&amp;nbsp; &amp;nbsp; &amp;nbsp;161&amp;nbsp; &amp;nbsp; &amp;nbsp; 11.8&lt;/P&gt;&lt;P&gt;35&amp;nbsp; &amp;nbsp; &amp;nbsp;172&amp;nbsp; &amp;nbsp; &amp;nbsp; 19.5&lt;/P&gt;&lt;P&gt;40&amp;nbsp; &amp;nbsp; &amp;nbsp;158&amp;nbsp; &amp;nbsp; &amp;nbsp;32.2&lt;/P&gt;&lt;P&gt;45&amp;nbsp; &amp;nbsp; &amp;nbsp;165&amp;nbsp; &amp;nbsp; &amp;nbsp; 46.8&lt;/P&gt;&lt;P&gt;50&amp;nbsp; &amp;nbsp; &amp;nbsp; 179&amp;nbsp; &amp;nbsp; &amp;nbsp; 68.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I plot using SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;50&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:02:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416762#M14303</guid>
      <dc:creator>anig0904</dc:creator>
      <dc:date>2017-11-28T17:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS graphing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416767#M14305</link>
      <description>&lt;P&gt;SGPLOT is a good place to start.&lt;/P&gt;
&lt;P&gt;This is more complicated that your requirements - you don't need the group variable but otherwise it should get you started.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add XAXIS and YAXIS statements to control your axis values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=n06fb9ichgg6akn18060gbtvw9pw.htm&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetVersion=9.4&amp;amp;docsetTarget=n06fb9ichgg6akn18060gbtvw9pw.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that you should be able to run the example code in the links and they should work out of the box.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/179951"&gt;@anig0904&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I have to plot on a single plot for 7 patients&lt;/P&gt;
&lt;P&gt;the units are pressure on the x axis and crosssectional area (CSA) on the y axis&lt;/P&gt;
&lt;P&gt;for each pt we have a set of upto 10 values of pressure and CSA depending on the volume&amp;nbsp; that has a starting point of 25 cc and increase by 5 cc&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Patient 1&lt;/P&gt;
&lt;P&gt;vol&amp;nbsp; &amp;nbsp; &amp;nbsp;CSA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Pressure&lt;/P&gt;
&lt;P&gt;25&amp;nbsp; &amp;nbsp; &amp;nbsp;163&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7.2&lt;/P&gt;
&lt;P&gt;30&amp;nbsp; &amp;nbsp; &amp;nbsp;161&amp;nbsp; &amp;nbsp; &amp;nbsp; 11.8&lt;/P&gt;
&lt;P&gt;35&amp;nbsp; &amp;nbsp; &amp;nbsp;172&amp;nbsp; &amp;nbsp; &amp;nbsp; 19.5&lt;/P&gt;
&lt;P&gt;40&amp;nbsp; &amp;nbsp; &amp;nbsp;158&amp;nbsp; &amp;nbsp; &amp;nbsp;32.2&lt;/P&gt;
&lt;P&gt;45&amp;nbsp; &amp;nbsp; &amp;nbsp;165&amp;nbsp; &amp;nbsp; &amp;nbsp; 46.8&lt;/P&gt;
&lt;P&gt;50&amp;nbsp; &amp;nbsp; &amp;nbsp; 179&amp;nbsp; &amp;nbsp; &amp;nbsp; 68.1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I plot using SAS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;50&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:07:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416767#M14305</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-28T17:07:08Z</dc:date>
    </item>
    <item>
      <title>Plotting graphs with 3 variables</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416777#M14308</link>
      <description>&lt;P&gt;I have to plot on a single plot for 7 patients&lt;/P&gt;&lt;P&gt;the units are pressure on the x axis and crosssectional area (CSA) on the y axis&lt;/P&gt;&lt;P&gt;for each pt we have a set of upto 10 values of pressure and CSA depending on the volume&amp;nbsp; that has a starting point of 25 cc and increase by 5 cc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Patient 1&lt;/P&gt;&lt;P&gt;vol&amp;nbsp; &amp;nbsp; &amp;nbsp;CSA&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Pressure&lt;/P&gt;&lt;P&gt;25&amp;nbsp; &amp;nbsp; &amp;nbsp;163&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7.2&lt;/P&gt;&lt;P&gt;30&amp;nbsp; &amp;nbsp; &amp;nbsp;161&amp;nbsp; &amp;nbsp; &amp;nbsp; 11.8&lt;/P&gt;&lt;P&gt;35&amp;nbsp; &amp;nbsp; &amp;nbsp;172&amp;nbsp; &amp;nbsp; &amp;nbsp; 19.5&lt;/P&gt;&lt;P&gt;40&amp;nbsp; &amp;nbsp; &amp;nbsp;158&amp;nbsp; &amp;nbsp; &amp;nbsp;32.2&lt;/P&gt;&lt;P&gt;45&amp;nbsp; &amp;nbsp; &amp;nbsp;165&amp;nbsp; &amp;nbsp; &amp;nbsp; 46.8&lt;/P&gt;&lt;P&gt;50&amp;nbsp; &amp;nbsp; &amp;nbsp; 179&amp;nbsp; &amp;nbsp; &amp;nbsp; 68.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I plot using SAS&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:32:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416777#M14308</guid>
      <dc:creator>anig0904</dc:creator>
      <dc:date>2017-11-28T17:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting graphs with 3 variables</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416780#M14309</link>
      <description>&lt;P&gt;Please don't post the same question multiple times. In the link I included above, there's an example of plotting multiple series if you look at the Examples Tab.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or are you trying to make a 3D surface type plot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using SAS UE or a full version of SAS with SAS/GRAPH?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:37:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416780#M14309</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-28T17:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS graphing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416783#M14310</link>
      <description>&lt;P&gt;i am unable to figure the right type and also how to put the data for easy readability.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:43:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416783#M14310</guid>
      <dc:creator>anig0904</dc:creator>
      <dc:date>2017-11-28T17:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS graphing</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416787#M14311</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/179951"&gt;@anig0904&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;i am unable to figure the right type and also how to put the data for easy readability.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know that means. What 'type' and what 'readability' are you referring to here?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you have so far? What have you tried? Where exactly are you stuck?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steps:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Import data&lt;/P&gt;
&lt;P&gt;2. SGPLOT - based on example using a SCATTER or SERIES statement.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 17:45:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-graphing/m-p/416787#M14311</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-11-28T17:45:38Z</dc:date>
    </item>
  </channel>
</rss>

