<?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 SG PLOTS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SG-PLOTS/m-p/703400#M215511</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I wrote the program below and the title was bold, but labels are not.&lt;/P&gt;&lt;P&gt;Any tips on how to turn the labels of x and y axis into bold ? Thank you !&lt;/P&gt;&lt;P&gt;PROC SGPLOT DATA = HypAnl.HypAnalysis1;&lt;BR /&gt;VBOX DBP / CATEGORY = EthRaceCd;&lt;BR /&gt;LABEL DBP = 'Latest DBP Measurement';&lt;BR /&gt;LABEL EthRaceCd = 'Ethnicity/RaceGroup';&lt;BR /&gt;TITLE 'Diastolic blood pressures by ethnicity/RaceGroup';&lt;BR /&gt;RUN;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 15:21:01 GMT</pubDate>
    <dc:creator>jyothisri</dc:creator>
    <dc:date>2020-12-03T15:21:01Z</dc:date>
    <item>
      <title>SG PLOTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SG-PLOTS/m-p/703400#M215511</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I wrote the program below and the title was bold, but labels are not.&lt;/P&gt;&lt;P&gt;Any tips on how to turn the labels of x and y axis into bold ? Thank you !&lt;/P&gt;&lt;P&gt;PROC SGPLOT DATA = HypAnl.HypAnalysis1;&lt;BR /&gt;VBOX DBP / CATEGORY = EthRaceCd;&lt;BR /&gt;LABEL DBP = 'Latest DBP Measurement';&lt;BR /&gt;LABEL EthRaceCd = 'Ethnicity/RaceGroup';&lt;BR /&gt;TITLE 'Diastolic blood pressures by ethnicity/RaceGroup';&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 15:21:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SG-PLOTS/m-p/703400#M215511</guid>
      <dc:creator>jyothisri</dc:creator>
      <dc:date>2020-12-03T15:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: SG PLOTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SG-PLOTS/m-p/703428#M215528</link>
      <description>&lt;P&gt;You have XAXIS and YAXIS LABEL(s) but I believe you need to define them as such, ie XAXIS LABEL = 'Ethnicity Race code ' and then use LABELATTRS = (WEIGHT = BOLD), same for YAXIS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 16:07:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SG-PLOTS/m-p/703428#M215528</guid>
      <dc:creator>kristiepauly1</dc:creator>
      <dc:date>2020-12-03T16:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: SG PLOTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SG-PLOTS/m-p/703429#M215529</link>
      <description>&lt;P&gt;The XAXIS and YAXIS statements have the option LABELATTRS that can assign color, font, size and weight (i.e. BOLD) to the text.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Xaxis labelattrs=(weight=Bold );&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for example.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 16:10:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SG-PLOTS/m-p/703429#M215529</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-03T16:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: SG PLOTS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SG-PLOTS/m-p/703594#M215612</link>
      <description>&lt;P&gt;Thank you !! I shall go ahead and try that.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 12:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SG-PLOTS/m-p/703594#M215612</guid>
      <dc:creator>jyothisri</dc:creator>
      <dc:date>2020-12-04T12:01:34Z</dc:date>
    </item>
  </channel>
</rss>

