<?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: Inline formatting axis tick values in ODS graphics in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74812#M2765</link>
    <description>Thanks Robert, &lt;BR /&gt;
&lt;BR /&gt;
We are really venturing into 9.2 ODS graphics as our new platform for graphics generation and we would like to be able to do all of our graphs in it. If you want I could send you an example of what I want to do.&lt;BR /&gt;
&lt;BR /&gt;
thanks again,&lt;BR /&gt;
Alain</description>
    <pubDate>Mon, 12 Apr 2010 13:01:48 GMT</pubDate>
    <dc:creator>asmits</dc:creator>
    <dc:date>2010-04-12T13:01:48Z</dc:date>
    <item>
      <title>Inline formatting axis tick values in ODS graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74808#M2761</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to format some of my axis values in bold, can I use some inline formatting in the variable so that it appears bold on the axis?&lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;BR /&gt;
Alain</description>
      <pubDate>Mon, 12 Apr 2010 09:47:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74808#M2761</guid>
      <dc:creator>asmits</dc:creator>
      <dc:date>2010-04-12T09:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Inline formatting axis tick values in ODS graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74809#M2762</link>
      <description>Which proc are you using?&lt;BR /&gt;
And by "axis values", do you mean the axis label text, or the individual values in the tickmarks?&lt;BR /&gt;
&lt;BR /&gt;
If you're using the traditional SAS/Graph procs (such as 'gplot'), you can change the font settings in the axis label as follows...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
axis1 label=(font="arial" 'normal text ' font="arial/bold" &lt;BR /&gt;
  'bold text ' font="arial" 'plain again');&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=sashelp.class;&lt;BR /&gt;
plot height*weight / haxis=axis1;&lt;BR /&gt;
run;

Message was edited by: Robert Allison @ SAS</description>
      <pubDate>Mon, 12 Apr 2010 12:13:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74809#M2762</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-04-12T12:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inline formatting axis tick values in ODS graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74810#M2763</link>
      <description>Hi Robert,&lt;BR /&gt;
&lt;BR /&gt;
I am working in ODS graphics not SAS/graph using GTL. I want to have selected tick values in bold, so I may need to adapt the values in the data set to do some inline formatting but I don't see how to change the formatting.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Alain</description>
      <pubDate>Mon, 12 Apr 2010 12:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74810#M2763</guid>
      <dc:creator>asmits</dc:creator>
      <dc:date>2010-04-12T12:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inline formatting axis tick values in ODS graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74811#M2764</link>
      <description>Ahh, ok!  Well, if you don't find a way to do it in ODS Graphics, here's how to do it with the traditional SAS/Graph procs.  The following example shows how to make the 3rd and 5th tickmark text (t=3 and t=5) bold ...&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
axis1 value=(t=3 font="arial/bold" t=5 font="arial/bold");&lt;BR /&gt;
&lt;BR /&gt;
proc gplot data=sashelp.class;&lt;BR /&gt;
plot height*weight / haxis=axis1;&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 12 Apr 2010 12:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74811#M2764</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2010-04-12T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inline formatting axis tick values in ODS graphics</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74812#M2765</link>
      <description>Thanks Robert, &lt;BR /&gt;
&lt;BR /&gt;
We are really venturing into 9.2 ODS graphics as our new platform for graphics generation and we would like to be able to do all of our graphs in it. If you want I could send you an example of what I want to do.&lt;BR /&gt;
&lt;BR /&gt;
thanks again,&lt;BR /&gt;
Alain</description>
      <pubDate>Mon, 12 Apr 2010 13:01:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Inline-formatting-axis-tick-values-in-ODS-graphics/m-p/74812#M2765</guid>
      <dc:creator>asmits</dc:creator>
      <dc:date>2010-04-12T13:01:48Z</dc:date>
    </item>
  </channel>
</rss>

