<?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: SGPLOT fonts in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236566#M8585</link>
    <description>&lt;P&gt;In your Keylegend statement use titleattrs={}&lt;/P&gt;
&lt;P&gt;and set the size bigger, per SAS Help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/viewer.htm#p0xmbppzx71smbn1203aaif96z86.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/viewer.htm#p0xmbppzx71smbn1203aaif96z86.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Nov 2015 10:29:53 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2015-11-26T10:29:53Z</dc:date>
    <item>
      <title>SGPLOT fonts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236554#M8584</link>
      <description>&lt;P&gt;HELP, when changing the font to courier new with SGPLOT it seems that the label and legend text is not as bright as the lines in the figure, any idea how I can change this without setting the font to bold?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 09:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236554#M8584</guid>
      <dc:creator>victora</dc:creator>
      <dc:date>2015-11-26T09:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT fonts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236566#M8585</link>
      <description>&lt;P&gt;In your Keylegend statement use titleattrs={}&lt;/P&gt;
&lt;P&gt;and set the size bigger, per SAS Help:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/viewer.htm#p0xmbppzx71smbn1203aaif96z86.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/grstatproc/65235/HTML/default/viewer.htm#p0xmbppzx71smbn1203aaif96z86.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 10:29:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236566#M8585</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-11-26T10:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT fonts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236584#M8586</link>
      <description>&lt;P&gt;proc sgplot data=L_01 (where=(TRTA="&amp;amp;TRT1." and SUBJID="&amp;amp;SUB1."));&lt;BR /&gt;&amp;nbsp;XAXIS label = "Time (h)" values = (0 to 25 by 1);&lt;BR /&gt;&amp;nbsp;YAXIS label = "Plasma concentration (ng/mL)" values = (0 to 8000 by 400) LABELATTRS=GraphLabelText;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; *scatter x=ATPTN y=AVAL / yerrorlower=MSDN yerrorupper=MSDP markerattrs=(color=black symbol=IBEAM);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; series x=ARELTM y=AVAL / MARKERS MARKERATTRS=(COLOR=black) LINEATTRS=(COLOR=black THICKNESS=0.01mm) name="s1";&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; KEYLEGEND "s1" / NOBORDER LOCATION=INSIDE POSITION=TOPRIGHT TITLE= "Planned Dose";&lt;BR /&gt;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the code I used and I tried to add the attribute option everywhere and every time sas hands me an error msg, the code above generates this error msg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline-block; font-family: Courier New; font-size: 9pt; height: 555px; width: 1150px;"&gt;&lt;BR /&gt;WARNING&amp;nbsp;1-322:&amp;nbsp;Assuming&amp;nbsp;the&amp;nbsp;symbol&amp;nbsp;LABEL&amp;nbsp;was&amp;nbsp;misspelled&amp;nbsp;as&amp;nbsp;LABELATTRS. &lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 12:37:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236584#M8586</guid>
      <dc:creator>victora</dc:creator>
      <dc:date>2015-11-26T12:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT fonts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236590#M8587</link>
      <description>&lt;P&gt;When I run your code, I don't get this warning.&amp;nbsp;I suspect a version issue: The LABELATTRS= option has been available only since SAS 9.3. Are you perhaps using 9.2?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:26:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236590#M8587</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2015-11-26T14:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: SGPLOT fonts</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236600#M8588</link>
      <description>&lt;P&gt;As mentioned by RW9, it should be TITLEATTRS and VALUEATTRS, and&amp;nbsp;while I cannot test it, I seem to recall this was not available with SAS 9.2.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Nov 2015 15:50:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPLOT-fonts/m-p/236600#M8588</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2015-11-26T15:50:20Z</dc:date>
    </item>
  </channel>
</rss>

