<?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: details about my graph to improve the comprehension in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/details-about-my-graph-to-improve-the-comprehension/m-p/684335#M20477</link>
    <description>&lt;P&gt;Hi Paige! Thanks for the quick answer.Both of your answer are working!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2020 18:10:11 GMT</pubDate>
    <dc:creator>Annie_Fréchette</dc:creator>
    <dc:date>2020-09-16T18:10:11Z</dc:date>
    <item>
      <title>details about my graph to improve the comprehension</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/details-about-my-graph-to-improve-the-comprehension/m-p/684333#M20475</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot
data=incid_mam;
yaxis label='Proportion of farms (%)' valueattrs=(size=16) labelattrs=(size=16);
xaxis label='Clinical mastits incidence (case/100 cow-year)' valueattrs=(size=16) labelattrs=(size=16);
histogram inc_1_tot_100/group=lfr scale=percent nbins=20 transparency=0.70;
density inc_1_tot_100/ type=kernel group=lfr;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi, I'm running this code to create this simple histogram.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annie_Fréchette_0-1600279066627.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49443iBD8C2DAEEF27706B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Annie_Fréchette_0-1600279066627.png" alt="Annie_Fréchette_0-1600279066627.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two questions:&lt;/P&gt;&lt;P&gt;First, how can I change or remove what I've put in yellow? In my data it's a binary category, but I want to precise it in a presentation of this graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, how can I "cut"&amp;nbsp; my x axis, let's say at 75.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Annie&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 18:00:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/details-about-my-graph-to-improve-the-comprehension/m-p/684333#M20475</guid>
      <dc:creator>Annie_Fréchette</dc:creator>
      <dc:date>2020-09-16T18:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: details about my graph to improve the comprehension</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/details-about-my-graph-to-improve-the-comprehension/m-p/684334#M20476</link>
      <description>&lt;P&gt;You can remove the legend with the NOAUTOLEGEND option in the PROC SGPLOT statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the MIN and MAX option in the XAXIS statement to control the XAXIS (although I'm not sure if it works for HISTOGRAM, you'll just have to try it and find out)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 18:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/details-about-my-graph-to-improve-the-comprehension/m-p/684334#M20476</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-09-16T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: details about my graph to improve the comprehension</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/details-about-my-graph-to-improve-the-comprehension/m-p/684335#M20477</link>
      <description>&lt;P&gt;Hi Paige! Thanks for the quick answer.Both of your answer are working!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 18:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/details-about-my-graph-to-improve-the-comprehension/m-p/684335#M20477</guid>
      <dc:creator>Annie_Fréchette</dc:creator>
      <dc:date>2020-09-16T18:10:11Z</dc:date>
    </item>
  </channel>
</rss>

