<?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: Horizontal axis label in cumulative distribution plots in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Horizontal-axis-label-in-cumulative-distribution-plots/m-p/755765#M30035</link>
    <description>You have limited options to control your graphics coming out of ODS GRAPHICS. HAXIS just takes the name of the axis statement, not specifications. I would highly recommend just piping the data to an SGPLOT procedure where you can control this in more detail. &lt;BR /&gt;&lt;BR /&gt;Or try adding the AXIS statement explicitly.&lt;BR /&gt;&lt;BR /&gt;axis1  value = 4 to 11 by 1; &lt;BR /&gt;&lt;BR /&gt;Then assign axis1 to haxis.</description>
    <pubDate>Wed, 21 Jul 2021 22:00:13 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-07-21T22:00:13Z</dc:date>
    <item>
      <title>Horizontal axis label in cumulative distribution plots</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Horizontal-axis-label-in-cumulative-distribution-plots/m-p/755750#M30034</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I am struggling with customizing the horizontal axis label for some graphs I have to produce. I have seen some mix answers on how to use this statement. I have seen that 'haxis' can be used to describe the range of the axis as well as the label. I have tried to use this function in a similar manner as other title statements however, I receive an error. I have also tried haxislabel='name' however, this also does not work. Please help!&lt;BR /&gt;&lt;BR /&gt;This is my code:&lt;BR /&gt;proc univariate data=WORK.THESIS;&lt;BR /&gt;var TP;&lt;BR /&gt;by Scenario;&lt;BR /&gt;cdfplot / haxislabel="Trade off point (number of years)"&lt;BR /&gt;vscale=PROPORTION vaxislabel="Cumulative response proportion"&lt;BR /&gt;haxis= 4 to 11 by 1;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;When I use this statement I receive an error, saying it is expecting&amp;nbsp; a numeric constant or datetime constant.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 21:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Horizontal-axis-label-in-cumulative-distribution-plots/m-p/755750#M30034</guid>
      <dc:creator>Roxxanne</dc:creator>
      <dc:date>2021-07-21T21:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Horizontal axis label in cumulative distribution plots</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Horizontal-axis-label-in-cumulative-distribution-plots/m-p/755765#M30035</link>
      <description>You have limited options to control your graphics coming out of ODS GRAPHICS. HAXIS just takes the name of the axis statement, not specifications. I would highly recommend just piping the data to an SGPLOT procedure where you can control this in more detail. &lt;BR /&gt;&lt;BR /&gt;Or try adding the AXIS statement explicitly.&lt;BR /&gt;&lt;BR /&gt;axis1  value = 4 to 11 by 1; &lt;BR /&gt;&lt;BR /&gt;Then assign axis1 to haxis.</description>
      <pubDate>Wed, 21 Jul 2021 22:00:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Horizontal-axis-label-in-cumulative-distribution-plots/m-p/755765#M30035</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-07-21T22:00:13Z</dc:date>
    </item>
  </channel>
</rss>

