<?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: Scatter plot - modifying axis in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Scatter-plot-modifying-axis/m-p/66707#M19072</link>
    <description>No that I know of.&lt;BR /&gt;
&lt;BR /&gt;
Although it doesn't appear to apply to your situation, if having a (largish) uniform axis was acceptable, I have sometimes converted multiple variables to multiple records, and then used the UNIFORM option with a BY statement.&lt;BR /&gt;
&lt;BR /&gt;
Another thing I've done is had the macro get the minimum and maximum, and then dynamically built the plot code according to my own preferred algorithm.</description>
    <pubDate>Mon, 24 Aug 2009 19:52:42 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-08-24T19:52:42Z</dc:date>
    <item>
      <title>Scatter plot - modifying axis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Scatter-plot-modifying-axis/m-p/66706#M19071</link>
      <description>I am making a bunch of scatter plots in a macro, and each of the X and Y axis has different maximum value, by default, SAS determine the tick mark for us. For example Y has a max at 81, then the value of the tick might be 0, 20, 40, .. 80. While if X has a max at 126, then the value might be 0, 25, 50, ... 125&lt;BR /&gt;
&lt;BR /&gt;
I was curious if I could specify an equal increment (eg. 10) in both axis, independent of what the max value is. I know the VALUE option in the xaxis/ yaxix statement (eg. in PROC SGSCATTER) might help for individual plot, but is there an easy way to change the value of the tick on the axis in making large amount of graphs? Thanks.</description>
      <pubDate>Mon, 24 Aug 2009 19:14:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Scatter-plot-modifying-axis/m-p/66706#M19071</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-24T19:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter plot - modifying axis</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Scatter-plot-modifying-axis/m-p/66707#M19072</link>
      <description>No that I know of.&lt;BR /&gt;
&lt;BR /&gt;
Although it doesn't appear to apply to your situation, if having a (largish) uniform axis was acceptable, I have sometimes converted multiple variables to multiple records, and then used the UNIFORM option with a BY statement.&lt;BR /&gt;
&lt;BR /&gt;
Another thing I've done is had the macro get the minimum and maximum, and then dynamically built the plot code according to my own preferred algorithm.</description>
      <pubDate>Mon, 24 Aug 2009 19:52:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Scatter-plot-modifying-axis/m-p/66707#M19072</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-24T19:52:42Z</dc:date>
    </item>
  </channel>
</rss>

