<?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: Labels on reference lines in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40549#M1289</link>
    <description>Good luck&lt;BR /&gt;
Annotate need not be so hard to learn.  The documentation is good, there are a number of good papers, and of course my unbiased favorite is the book:&lt;BR /&gt;
Annotate Simply the Basics&lt;BR /&gt;
&lt;A href="https://support.sas.com/pubscat/bookdetails.jsp?pc=57320" target="_blank"&gt;https://support.sas.com/pubscat/bookdetails.jsp?pc=57320&lt;/A&gt;</description>
    <pubDate>Tue, 30 Nov 2010 23:47:22 GMT</pubDate>
    <dc:creator>ArtC</dc:creator>
    <dc:date>2010-11-30T23:47:22Z</dc:date>
    <item>
      <title>Labels on reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40544#M1284</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
In the gplot graph that I am producing, I would like to include 5 reference (vref) lines.  I would like to label each reference line with text i.e. "id1" "id2" "id3" etc.&lt;BR /&gt;
Is there any way I can do this?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance,&lt;BR /&gt;
Natanya</description>
      <pubDate>Sun, 28 Nov 2010 16:37:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40544#M1284</guid>
      <dc:creator>natanya</dc:creator>
      <dc:date>2010-11-28T16:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40545#M1285</link>
      <description>You are looking for the REFLABEL= option on the AXIS statement.  You can find an example at:&lt;BR /&gt;
&lt;A href="http://caloxy.com/papers/61_133_30.pdf" target="_blank"&gt;http://caloxy.com/papers/61_133_30.pdf&lt;/A&gt;</description>
      <pubDate>Mon, 29 Nov 2010 00:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40545#M1285</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-11-29T00:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40546#M1286</link>
      <description>Thanks ArtC. This is great.  &lt;BR /&gt;
Is there a way to control where the labels of the reference lines go?  i.e. can I put them sideways? or in the middle of the line? on the left or right? top or bottom?&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 29 Nov 2010 16:14:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40546#M1286</guid>
      <dc:creator>natanya</dc:creator>
      <dc:date>2010-11-29T16:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40547#M1287</link>
      <description>You can use the justify= option to move the text some [left, right, center].&lt;BR /&gt;
[pre]&lt;BR /&gt;
axis1 reflabel=(t=1 j=left '100' j=left 'LBS');&lt;BR /&gt;
[/pre]&lt;BR /&gt;
For vertical text consider using the a=90 and a=-90 options.&lt;BR /&gt;
Text can also be placed with the TITLE, FOOTNOTE, and NOTE statements, which support the MOVE= option to place text exactly.&lt;BR /&gt;
If you need to do too very much more you may need to use ANNOTATE which is very flexible.</description>
      <pubDate>Mon, 29 Nov 2010 21:25:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40547#M1287</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-11-29T21:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40548#M1288</link>
      <description>Thanks for your help,&lt;BR /&gt;
I will work with these options.  At this point annotate is too threatening.</description>
      <pubDate>Tue, 30 Nov 2010 17:50:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40548#M1288</guid>
      <dc:creator>natanya</dc:creator>
      <dc:date>2010-11-30T17:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40549#M1289</link>
      <description>Good luck&lt;BR /&gt;
Annotate need not be so hard to learn.  The documentation is good, there are a number of good papers, and of course my unbiased favorite is the book:&lt;BR /&gt;
Annotate Simply the Basics&lt;BR /&gt;
&lt;A href="https://support.sas.com/pubscat/bookdetails.jsp?pc=57320" target="_blank"&gt;https://support.sas.com/pubscat/bookdetails.jsp?pc=57320&lt;/A&gt;</description>
      <pubDate>Tue, 30 Nov 2010 23:47:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40549#M1289</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-11-30T23:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Labels on reference lines</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40550#M1290</link>
      <description>Hi Art,&lt;BR /&gt;
Thank you for your links.  I did take the plunge and worked a bit with annotate.  I used one of your documents that I found online.  It was very clearly written and very helpful.  I am sure that as I move forward I will have more questions, but meanwhile thanks for your help.&lt;BR /&gt;
Natanya</description>
      <pubDate>Wed, 08 Dec 2010 10:00:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Labels-on-reference-lines/m-p/40550#M1290</guid>
      <dc:creator>natanya</dc:creator>
      <dc:date>2010-12-08T10:00:05Z</dc:date>
    </item>
  </channel>
</rss>

