<?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: KM plot. use vertical line as symbol in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190040#M7022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after all this...my boss has changed his mind and the "plus" is now acceptable!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2014 12:07:32 GMT</pubDate>
    <dc:creator>Adie_efc</dc:creator>
    <dc:date>2014-07-23T12:07:32Z</dc:date>
    <item>
      <title>KM plot. use vertical line as symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190036#M7018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as is traditional in a KM plot (step plot) the symbol for a censored value is a ¦ (vertical line). every example Ive seen in GTL uses a symbol of plus as there doesnt seem to be an appropriate symbol and unlike old versions I cant use a capital i. My example below uses a + too and it doesnt look quite right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Courier New;"&gt;stepplot&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; x=_x y=_surv / group=signvar lineattrs=(pattern=solid) name=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;'s'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-size: 10pt; font-family: Courier New;"&gt;scatterplot&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; x=_x y=_cens / markerattrs=(symbol=plus) GROUP=signvar&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="SGRender12.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/6855_SGRender12.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 15:50:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190036#M7018</guid>
      <dc:creator>Adie_efc</dc:creator>
      <dc:date>2014-07-22T15:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot. use vertical line as symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190037#M7019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have two option.&amp;nbsp; With SAS 9.4M1, you can use any character from a font as a symbol using the SYMBOLCHAR statement.&amp;nbsp; With Unicode fonts, your choices are huge.&amp;nbsp; Pre SAS 9.4M1, you can use the SCATTERPLOT with MARKERCHARACTER option to draw the vertical bar "|" at each location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 16:02:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190037#M7019</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-07-22T16:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot. use vertical line as symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190038#M7020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for coming and the autograph. Great talk in BUG. Hope you had a pleasant trip!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 03:02:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190038#M7020</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2014-07-23T03:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot. use vertical line as symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190039#M7021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanjay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using 9.3 and using the scatterplot/markerchar. however it doesnt give me the option to use a vertical bar "|", only the ones in the standard ones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unless Im doing something wrong with my scatter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000; font-family: Courier New; font-size: 10pt;"&gt;scatterplot&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt; x=_x y=_cens / markerattrs=(symbol=plus) GROUP=signvar&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt;Adie&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 08:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190039#M7021</guid>
      <dc:creator>Adie_efc</dc:creator>
      <dc:date>2014-07-23T08:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot. use vertical line as symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190040#M7022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after all this...my boss has changed his mind and the "plus" is now acceptable!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks anyway!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 12:07:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190040#M7022</guid>
      <dc:creator>Adie_efc</dc:creator>
      <dc:date>2014-07-23T12:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot. use vertical line as symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190041#M7023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&amp;nbsp; But if you still need to do something similar later, here is what you do.&amp;nbsp; First, add a new column (censor) to your data and populate it with the character(s) you want to display in the graph.. In this case, put a "|" where ever you want the display the censor observation.&amp;nbsp; Then use the scatterplot with same X and Y variables and the option &lt;STRONG&gt;markercharacter&lt;/STRONG&gt;=censor.&amp;nbsp; Keep the length of this variable (or format) as small as possible to avoid any leading blanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 13:02:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190041#M7023</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-07-23T13:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: KM plot. use vertical line as symbol</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190042#M7024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was my pleasure meeting all the BUGS attendees.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2014 13:03:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/KM-plot-use-vertical-line-as-symbol/m-p/190042#M7024</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-07-23T13:03:25Z</dc:date>
    </item>
  </channel>
</rss>

