<?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: How to break histogram in Vbar graph  SGplot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452242#M15507</link>
    <description>&lt;P&gt;You can try breaking the y-axis.&amp;nbsp; Use the RANGES option in the y-axis statement to provide the range of data you want to keep.&amp;nbsp; If you are using SGPLOT procedure, then use something like:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yaxis ranges=(0-250000 1000000-1400000);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is easier to help if you provide your code with some sample data.&lt;/P&gt;</description>
    <pubDate>Sat, 07 Apr 2018 22:32:55 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2018-04-07T22:32:55Z</dc:date>
    <item>
      <title>How to break histogram in Vbar graph  SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452231#M15505</link>
      <description>&lt;P&gt;hi All,&lt;/P&gt;&lt;P&gt;this is my first question to you and hope to be clear to help you in answer...&lt;/P&gt;&lt;P&gt;so .. my problem is to break the bigger histogram&amp;nbsp; to allow the other two (very little) to be shown better ...&lt;/P&gt;&lt;P&gt;i try to break it but unfortunately it remain the bigger!&lt;/P&gt;&lt;P&gt;in attachment you 'll find&lt;/P&gt;&lt;P&gt;1) data in input&lt;/P&gt;&lt;P&gt;2) graph before and after&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i hope in your help to solve this topic&lt;/P&gt;&lt;P&gt;thank's in advance&lt;/P&gt;&lt;P&gt;Kregards&lt;/P&gt;&lt;P&gt;Pio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 19:59:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452231#M15505</guid>
      <dc:creator>yiapipi</dc:creator>
      <dc:date>2018-04-07T19:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to break histogram in Vbar graph  SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452242#M15507</link>
      <description>&lt;P&gt;You can try breaking the y-axis.&amp;nbsp; Use the RANGES option in the y-axis statement to provide the range of data you want to keep.&amp;nbsp; If you are using SGPLOT procedure, then use something like:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yaxis ranges=(0-250000 1000000-1400000);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is easier to help if you provide your code with some sample data.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 22:32:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452242#M15507</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2018-04-07T22:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to break histogram in Vbar graph  SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452243#M15508</link>
      <description>&lt;P&gt;Try changing your y-axis to a logarithmic scale TYPE=log LOGBASE=10, and adding something like BASELINE=1000 to your VBAR statement.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2018 22:34:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452243#M15508</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-04-07T22:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to break histogram in Vbar graph  SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452426#M15518</link>
      <description>&lt;P&gt;Hi PG,&lt;/P&gt;&lt;P&gt;what you suggest it's really whort for non stack graph as mine,because BASELINE is unsupported&amp;nbsp;as VBAR statement in case of "STACK".&amp;nbsp;Howevew i'll use it changing my graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank's a lot&lt;/P&gt;&lt;P&gt;Pio&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 07:51:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452426#M15518</guid>
      <dc:creator>yiapipi</dc:creator>
      <dc:date>2018-04-09T07:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to break histogram in Vbar graph  SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452652#M15530</link>
      <description>&lt;P&gt;A stacked VBAR with a Log scale might not be a good idea anyway. A broken axis doesn't look much better either. It is not clear what message you are trying to convey with your graph.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 20:38:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452652#M15530</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-04-09T20:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to break histogram in Vbar graph  SGplot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452656#M15531</link>
      <description>&lt;P&gt;Another option might be to use SGPANEL with your group variable a PanelBy variable and allow the rowaxis to vary between rows (values of group variable). Of course some care should be make so readers are aware that the different bits of the graph have different scales ...&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 20:45:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-break-histogram-in-Vbar-graph-SGplot/m-p/452656#M15531</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-04-09T20:45:34Z</dc:date>
    </item>
  </channel>
</rss>

