<?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: Output without values on axis1 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Output-without-values-on-axis1/m-p/41858#M1353</link>
    <description>Hi, &lt;BR /&gt;
The horizonal axis or midpoint axis is controlled by the AXIS2 statement that is shown in your code. I suggest that you investigate the use of VALUE=NONE and LABEL=NONE in the SAS/GRAPH documentation on the AXIS statement, to see which gives you the desired results:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/axischap.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/axischap.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Also investigate the use of the RAXIS option to configure the RESPONSE or Y axis (such as for WEIGHT) and the MAXIS  option to configure the horizontal or MIDPOINT or X axis (such as for SEX).&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gchart-bar.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gchart-bar.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Sun, 17 Jan 2010 17:24:48 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-01-17T17:24:48Z</dc:date>
    <item>
      <title>Output without values on axis1</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Output-without-values-on-axis1/m-p/41857#M1352</link>
      <description>Hi i took this simple example to explain my problem:&lt;BR /&gt;
In axis1 i have varaible sex and  in axis2 i have varaible weight&lt;BR /&gt;
i want to get my output without the labels values ' f ' and 'm'&lt;BR /&gt;
belong to varaible  sex - i want it to be empy ....&lt;BR /&gt;
what could be the way to make it work?&lt;BR /&gt;
data a;&lt;BR /&gt;
set SASHELP.CLASS;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Axis1&lt;BR /&gt;
    label=none&lt;BR /&gt;
	STYLE=1&lt;BR /&gt;
	WIDTH=1&lt;BR /&gt;
	MINOR=NONE&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
;&lt;BR /&gt;
Axis2&lt;BR /&gt;
	STYLE=1&lt;BR /&gt;
	WIDTH=1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
;&lt;BR /&gt;
PROC GCHART DATA=a&lt;BR /&gt;
;&lt;BR /&gt;
	VBAR &lt;BR /&gt;
	 Sex&lt;BR /&gt;
 /&lt;BR /&gt;
	SUMVAR=Weight&lt;BR /&gt;
	CLIPREF&lt;BR /&gt;
FRAME	TYPE=SUM&lt;BR /&gt;
	COUTLINE=BLACK&lt;BR /&gt;
	RAXIS=AXIS1&lt;BR /&gt;
	MAXIS=AXIS2&lt;BR /&gt;
;&lt;BR /&gt;
&lt;BR /&gt;
RUN;</description>
      <pubDate>Sun, 17 Jan 2010 16:34:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Output-without-values-on-axis1/m-p/41857#M1352</guid>
      <dc:creator>yonib</dc:creator>
      <dc:date>2010-01-17T16:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Output without values on axis1</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Output-without-values-on-axis1/m-p/41858#M1353</link>
      <description>Hi, &lt;BR /&gt;
The horizonal axis or midpoint axis is controlled by the AXIS2 statement that is shown in your code. I suggest that you investigate the use of VALUE=NONE and LABEL=NONE in the SAS/GRAPH documentation on the AXIS statement, to see which gives you the desired results:&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/axischap.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/axischap.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Also investigate the use of the RAXIS option to configure the RESPONSE or Y axis (such as for WEIGHT) and the MAXIS  option to configure the horizontal or MIDPOINT or X axis (such as for SEX).&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gchart-bar.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gchart-bar.htm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 17 Jan 2010 17:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Output-without-values-on-axis1/m-p/41858#M1353</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-01-17T17:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Output without values on axis1</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Output-without-values-on-axis1/m-p/41859#M1354</link>
      <description>Hi Cynthia ,&lt;BR /&gt;
Got it ! , thanks for your help</description>
      <pubDate>Sun, 17 Jan 2010 19:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Output-without-values-on-axis1/m-p/41859#M1354</guid>
      <dc:creator>yonib</dc:creator>
      <dc:date>2010-01-17T19:14:53Z</dc:date>
    </item>
  </channel>
</rss>

