<?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 GPLOT HAXIS character defined limits options available? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-HAXIS-character-defined-limits-options-available/m-p/142070#M5372</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I'm running SAS 9.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I control the HAXIS by hard coding the character midpoints does this preclude me from using the AXIS1 options?&amp;nbsp; &lt;/P&gt;&lt;P&gt;In the example below I do not want a label on the horizontal axis but I can not fathom a method to use AXIS1 in conjunction with a character defined list.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Axis1&lt;/P&gt;&lt;P&gt;&amp;nbsp; STYLE=1&lt;/P&gt;&lt;P&gt;&amp;nbsp; WIDTH=1&lt;/P&gt;&lt;P&gt;&amp;nbsp; MINOR=NONE&lt;/P&gt;&lt;P&gt;&amp;nbsp; label=none&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC GPLOT DATA=sashelp.cars;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PLOT invoice * origin/ &lt;/P&gt;&lt;P&gt;&amp;nbsp; VAXIS=AXIS2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; HAXIS='Europe'&amp;nbsp; 'Asia'&amp;nbsp; 'USA' &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;RUN; QUIT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 15:21:03 GMT</pubDate>
    <dc:creator>RB1Kenobi</dc:creator>
    <dc:date>2015-01-28T15:21:03Z</dc:date>
    <item>
      <title>GPLOT HAXIS character defined limits options available?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-HAXIS-character-defined-limits-options-available/m-p/142070#M5372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I'm running SAS 9.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I control the HAXIS by hard coding the character midpoints does this preclude me from using the AXIS1 options?&amp;nbsp; &lt;/P&gt;&lt;P&gt;In the example below I do not want a label on the horizontal axis but I can not fathom a method to use AXIS1 in conjunction with a character defined list.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Axis1&lt;/P&gt;&lt;P&gt;&amp;nbsp; STYLE=1&lt;/P&gt;&lt;P&gt;&amp;nbsp; WIDTH=1&lt;/P&gt;&lt;P&gt;&amp;nbsp; MINOR=NONE&lt;/P&gt;&lt;P&gt;&amp;nbsp; label=none&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC GPLOT DATA=sashelp.cars;&lt;/P&gt;&lt;P&gt;&amp;nbsp; PLOT invoice * origin/ &lt;/P&gt;&lt;P&gt;&amp;nbsp; VAXIS=AXIS2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; HAXIS='Europe'&amp;nbsp; 'Asia'&amp;nbsp; 'USA' &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;RUN; QUIT;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 15:21:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-HAXIS-character-defined-limits-options-available/m-p/142070#M5372</guid>
      <dc:creator>RB1Kenobi</dc:creator>
      <dc:date>2015-01-28T15:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: GPLOT HAXIS character defined limits options available?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GPLOT-HAXIS-character-defined-limits-options-available/m-p/142071#M5373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the points you want to the AXIS definition with an ORDER clause.&lt;/P&gt;&lt;P&gt;In your case add&lt;/P&gt;&lt;P&gt;Order = ('Europe'&amp;nbsp; 'Asia'&amp;nbsp; 'USA') to the Axis1 and then HAXIS=AXIS1&lt;/P&gt;&lt;P&gt;it may want " instead of '.&lt;/P&gt;&lt;P&gt;Character values can be specified in any order, but the character strings must match exactly the variable values in case and spelling. And if you have a format for the variable the values must be the formatted values for GCHART and unformatted values for GPLOT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 15:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GPLOT-HAXIS-character-defined-limits-options-available/m-p/142071#M5373</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-28T15:34:30Z</dc:date>
    </item>
  </channel>
</rss>

