<?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: How to stop xaxistable auto numbering my formatted labels in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-stop-xaxistable-auto-numbering-my-formatted-labels/m-p/842283#M23240</link>
    <description>Open your "SurvivalPlotData" dataset and see if there is "the auto numbering&amp;nbsp;" in variable "stratum" ?</description>
    <pubDate>Thu, 03 Nov 2022 11:44:06 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2022-11-03T11:44:06Z</dc:date>
    <item>
      <title>How to stop xaxistable auto numbering my formatted labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-stop-xaxistable-auto-numbering-my-formatted-labels/m-p/842223#M23239</link>
      <description>&lt;P&gt;I cannot figure out how to get the labels to stop auto numbering.&amp;nbsp; I am using 9.4 sgplot to make my Kaplan-Meier graphs, but it keeps auto numbering the xaxistable labels.&amp;nbsp; I would like to not have the 1: and 2: to the left of the labels (see below).&amp;nbsp; The variable is numeric, but formatted.&amp;nbsp; If I remove the format I get the original values without the numbering.&amp;nbsp; If I change it to a text variable, the auto numbering comes back, so don't think it has to do with it being formatted.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;proc sgplot data=SurvivalPlotData noautolegend;&lt;BR /&gt;styleattrs datalinepatterns=(solid solid) datacolors=(blue red);&lt;BR /&gt;step x=time y=survival / group=stratum name='s' grouporder=ascending;&lt;BR /&gt;scatter x=time y=censored / markerattrs=(symbol=plus) name='c' grouporder=ascending;&lt;BR /&gt;scatter x=time y=censored / markerattrs=(symbol=plus) GROUP=stratum grouporder=ascending;&lt;BR /&gt;xaxistable atrisk / x=tatrisk location=inside class=stratum colorgroup=stratum ;&lt;BR /&gt;Yaxis label="% Survival" values=(0 to 1 By .2) ;&lt;BR /&gt;Xaxis LABEL="Days After Transplant" values=(0 to 730 By 365) ;&lt;BR /&gt;INSET "Log Rank p-value = 0.0948" / BORDER TEXTATTRS = (SIZE=8 COLOR=black)&lt;BR /&gt;position=bottomright;&lt;BR /&gt;refline 365 / axis=x lineattrs=(thickness=1 color=black pattern=dash);&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChipmunkPDX_0-1667428141395.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/76889iF11340F624191494/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChipmunkPDX_0-1667428141395.png" alt="ChipmunkPDX_0-1667428141395.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 22:39:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-stop-xaxistable-auto-numbering-my-formatted-labels/m-p/842223#M23239</guid>
      <dc:creator>ChipmunkPDX</dc:creator>
      <dc:date>2022-11-02T22:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop xaxistable auto numbering my formatted labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-stop-xaxistable-auto-numbering-my-formatted-labels/m-p/842283#M23240</link>
      <description>Open your "SurvivalPlotData" dataset and see if there is "the auto numbering&amp;nbsp;" in variable "stratum" ?</description>
      <pubDate>Thu, 03 Nov 2022 11:44:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-stop-xaxistable-auto-numbering-my-formatted-labels/m-p/842283#M23240</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-11-03T11:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to stop xaxistable auto numbering my formatted labels</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-stop-xaxistable-auto-numbering-my-formatted-labels/m-p/842382#M23241</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; The problems was the ODS from the Proc Lifetest adding the numbering, not the graphing.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 18:37:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-stop-xaxistable-auto-numbering-my-formatted-labels/m-p/842382#M23241</guid>
      <dc:creator>ChipmunkPDX</dc:creator>
      <dc:date>2022-11-03T18:37:57Z</dc:date>
    </item>
  </channel>
</rss>

