<?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: Bar graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502078#M17126</link>
    <description>&lt;P&gt;Find your graph type here and the code is there too.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd7/aaaindex.htm" target="_blank"&gt;http://robslink.com/SAS/democd7/aaaindex.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 06 Oct 2018 01:50:52 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-10-06T01:50:52Z</dc:date>
    <item>
      <title>Bar graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502074#M17125</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to create a graph showing that my CO2flux_h and CO2flux_t response variables together.&amp;nbsp;&lt;BR /&gt;I tried to create it automatically by using&amp;nbsp;"tasks- stack by" options but it did not work.&amp;nbsp;&lt;BR /&gt;Is there any code to create it?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am adding my data set as an attachment.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Suna&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502074#M17125</guid>
      <dc:creator>smorkoc</dc:creator>
      <dc:date>2018-10-09T15:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bar graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502078#M17126</link>
      <description>&lt;P&gt;Find your graph type here and the code is there too.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://robslink.com/SAS/democd7/aaaindex.htm" target="_blank"&gt;http://robslink.com/SAS/democd7/aaaindex.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 01:50:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502078#M17126</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-06T01:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bar graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502079#M17127</link>
      <description>&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 01:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502079#M17127</guid>
      <dc:creator>smorkoc</dc:creator>
      <dc:date>2018-10-06T01:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bar graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502085#M17128</link>
      <description>&lt;P&gt;thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt; for the link to Robs samples. Bookmarked for my future experiences.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 02:38:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502085#M17128</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-10-06T02:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bar graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502086#M17129</link>
      <description>&lt;P&gt;Except you should learn SGPLOT. Most examples are SAS Graph, which is also what EG uses. SGPLOT is easier to use and better quality graphics, but there’s a lot of old SAS Graph code out there so it’s easier to find examples.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Heres some SGPlot Examples.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/sassamples/graphgallery/PROC_SGPLOT.html" target="_blank"&gt;http://support.sas.com/sassamples/graphgallery/PROC_SGPLOT.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 03:17:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502086#M17129</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-06T03:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bar graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502174#M17130</link>
      <description>&lt;P&gt;Hi I tried to use this code ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions device=png;&lt;BR /&gt;goptions noborder;&lt;/P&gt;&lt;P&gt;goptions gunit=pct htitle=6 ftitle="albany amt/bold" htext=4.25 ftext="albany amt/bold";&lt;BR /&gt;goptions ctext=gray33;&lt;/P&gt;&lt;P&gt;axis1 label=('spacing') offset=(8,8);&lt;BR /&gt;axis2 label=(a=90 'CO2flux') order=(0 to 12 by 1) minor=(number=3) offset=(0,0);&lt;/P&gt;&lt;P&gt;pattern1 v=solid color=cx9999ff; /* light blue */&lt;BR /&gt;pattern2 v=solid color=cx993366; /* purplish */&lt;BR /&gt;pattern3 v=solid color=cxffffcc; /* pale yellow */&lt;/P&gt;&lt;P&gt;title1 ls=1.5 "Respiration";&lt;BR /&gt;title2 "Compares the contribution of Rh to Rt";&lt;BR /&gt;title3 "to a total across months";&lt;/P&gt;&lt;P&gt;proc gchart data=mydata.mt1;&lt;BR /&gt;vbar month / discrete type=mean sumvar=CO2flux nolegend&lt;BR /&gt;subgroup=flux_type&lt;BR /&gt;autoref clipref cref=graycc&lt;BR /&gt;maxis=axis1 raxis=axis2&lt;BR /&gt;coutline=black&lt;BR /&gt;width=8 space=3&lt;BR /&gt;des='' name="&amp;amp;name";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it just adds my flux_types which are Rh(heterotraphic respiration) and Rt( total respiration) together(it sums Rh and Rt,and results in graph). I meant I want to see Rh CO2flux inside of Rt CO2flux. How can I do this?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2018 21:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502174#M17130</guid>
      <dc:creator>smorkoc</dc:creator>
      <dc:date>2018-10-06T21:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Bar graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502262#M17131</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;I meant I want to see Rh CO2flux inside of Rt CO2flux. How can I do this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;No idea of what that means. Which of&amp;nbsp;the graphs on that page were you trying to create, or what does that look like? and what does your data look like? If you need help with the code please provide sample data or use sashelp.cars in your attempt.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Oct 2018 17:02:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Bar-graph/m-p/502262#M17131</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-07T17:02:16Z</dc:date>
    </item>
  </channel>
</rss>

