<?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: manipulate chart area using proc gchart in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/manipulate-chart-area-using-proc-gchart/m-p/205774#M7669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how is this different than your question from yesterday?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 14:33:00 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-03-19T14:33:00Z</dc:date>
    <item>
      <title>manipulate chart area using proc gchart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/manipulate-chart-area-using-proc-gchart/m-p/205772#M7667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am working with a sas dataset called 'final' and I need to create a bar chart of the frequencies(y-axis) for the individual values in the variable var1(x-axis). There are hundred such values with little differences in their values by decimal points.&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border: 0px solid black;" width="64"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;1.65&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;4.83&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;6.14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;6.56&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;8.35&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;9.22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;9.57&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;10.23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;10.67&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;11.98&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;45.23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;67.54&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-width: medium 0px 0px; border-style: none solid solid; border-color: currentcolor black black;"&gt;34.53&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I used proc ghcart and my code is&lt;/P&gt;&lt;P&gt;proc gchar data=final;&lt;/P&gt;&lt;P&gt;&amp;nbsp; vbar var1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;This gives me a very crowded chart and I need to increase the chart area to be able to show all 100 values. Please advice on how I can manipulate the chart area. Should I use another procedure ? Als, I am using SAS 9.4&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:16:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/manipulate-chart-area-using-proc-gchart/m-p/205772#M7667</guid>
      <dc:creator>dr2014</dc:creator>
      <dc:date>2015-03-19T14:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: manipulate chart area using proc gchart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/manipulate-chart-area-using-proc-gchart/m-p/205773#M7668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given the width of these value strings, and the number of values, you might want to consider using an HBAR instead of a VBAR. AS for changing the size of the graph, using the XPIXELS/YPIXELS options on the GOPTIONS statement. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions xpixels=600 ypixels=1000;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:32:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/manipulate-chart-area-using-proc-gchart/m-p/205773#M7668</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-03-19T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: manipulate chart area using proc gchart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/manipulate-chart-area-using-proc-gchart/m-p/205774#M7669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how is this different than your question from yesterday?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:33:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/manipulate-chart-area-using-proc-gchart/m-p/205774#M7669</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-03-19T14:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: manipulate chart area using proc gchart</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/manipulate-chart-area-using-proc-gchart/m-p/205775#M7670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks DanH. I will work on your suggestions and will consider HBAR as well.&amp;nbsp; @Reeza. its different from the last one because the gchart gives me a distribution of the values by frequency. Its almost equivalent to the histogram by proc univariate , but I get individual bars here.&amp;nbsp; Just plotting the individual values by id was not helping me (proc sgplot) and wasn't giving any information on the shape of the distribution. Basically I am looking to do 2 charts for distribution one by univariate procedure and other by gchart. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 16:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/manipulate-chart-area-using-proc-gchart/m-p/205775#M7670</guid>
      <dc:creator>dr2014</dc:creator>
      <dc:date>2015-03-19T16:22:24Z</dc:date>
    </item>
  </channel>
</rss>

