<?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: Hide ticks on the axis for PROC SGPLOT in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Hide-ticks-on-the-axis-for-PROC-SGPLOT/m-p/277202#M58732</link>
    <description>&lt;P&gt;Thanks for your advice and kindly reply, it worked.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Tue, 14 Jun 2016 12:37:09 GMT</pubDate>
    <dc:creator>Wang_Yajun</dc:creator>
    <dc:date>2016-06-14T12:37:09Z</dc:date>
    <item>
      <title>Hide ticks on the axis for PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hide-ticks-on-the-axis-for-PROC-SGPLOT/m-p/277147#M58727</link>
      <description>I want to hide the ticks on the X axis as indicated in the attached graph, and I am trying to use the Display option by adding a line of code ( xaxis DISPLAY=NOLINE;),but generated errors below. Please help me find out the solution, thanks a lot. 9 proc sgplot data=sashelp.prdsale; 10 yaxis label="sales" min=200000 ; 11 xaxis display=noticks; ------- 22 76 ERROR 22-322: Syntax error, expecting one of the following: (, ALL, NONE. ERROR 76-322: Syntax error, statement will be ignored. 12 vbar country / response=predict; 13 vbar country / response=actual 14 barwidth=0.5 15 transparency=0.2; 16 run; NOTE: The SAS System stopped processing this step because of errors. NOTE: PROCEDURE SGPLOT used (Total process time): real time 0.01 seconds cpu time 0.00 seconds&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12652i11D5F64546CBEE2C/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="SGPlot.png" title="SGPlot.png" /&gt;</description>
      <pubDate>Tue, 14 Jun 2016 07:54:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hide-ticks-on-the-axis-for-PROC-SGPLOT/m-p/277147#M58727</guid>
      <dc:creator>Wang_Yajun</dc:creator>
      <dc:date>2016-06-14T07:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hide ticks on the axis for PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hide-ticks-on-the-axis-for-PROC-SGPLOT/m-p/277154#M58729</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its a good idea to put code blocks in a code window indicated by the {i}. &amp;nbsp;This way it is possible to read them. &amp;nbsp;At a guess I say you missing the brackets, from teh documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#xaxis-stmt.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/62603/HTML/default/viewer.htm#xaxis-stmt.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;display=(noticks)&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 08:22:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hide-ticks-on-the-axis-for-PROC-SGPLOT/m-p/277154#M58729</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-06-14T08:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hide ticks on the axis for PROC SGPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Hide-ticks-on-the-axis-for-PROC-SGPLOT/m-p/277202#M58732</link>
      <description>&lt;P&gt;Thanks for your advice and kindly reply, it worked.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:37:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Hide-ticks-on-the-axis-for-PROC-SGPLOT/m-p/277202#M58732</guid>
      <dc:creator>Wang_Yajun</dc:creator>
      <dc:date>2016-06-14T12:37:09Z</dc:date>
    </item>
  </channel>
</rss>

