<?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 Formatting SAS graphs in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432454#M14909</link>
    <description>&lt;P&gt;I have a basic line graph (created through proc sgplot)&amp;nbsp;that I am formatting for a report. Have always hated the grey/light tick marks and axis lines and want to make them both black/bold. I cannot seem to find how to do it but I imagine is has to be out of the proc sgplot statement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help you can provide!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 19:23:20 GMT</pubDate>
    <dc:creator>sasuser31</dc:creator>
    <dc:date>2018-01-30T19:23:20Z</dc:date>
    <item>
      <title>Formatting SAS graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432454#M14909</link>
      <description>&lt;P&gt;I have a basic line graph (created through proc sgplot)&amp;nbsp;that I am formatting for a report. Have always hated the grey/light tick marks and axis lines and want to make them both black/bold. I cannot seem to find how to do it but I imagine is has to be out of the proc sgplot statement?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for any help you can provide!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432454#M14909</guid>
      <dc:creator>sasuser31</dc:creator>
      <dc:date>2018-01-30T19:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting SAS graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432459#M14910</link>
      <description>&lt;P&gt;What style and destination are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:28:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432459#M14910</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-01-30T19:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting SAS graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432461#M14911</link>
      <description>&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;title&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"XYZ"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;footnote&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=prescribing5;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;series&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=quarter &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;y&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=rate/ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;markers&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;markerattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;symbol&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=circlefilled) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;thickness&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;group&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=msa;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;yaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;values&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; to &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;120&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; by &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;10&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;valueattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;weight&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=bold) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;grid&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;labelattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;weight&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=bold);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;xaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;grid&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;values&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; to &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; by &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;labelattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;weight&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=bold) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;valueattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;weight&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=bold) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;fitpolicy&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=rotate ; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;keylegend&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;valueattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;weight&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=bold) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;titleattrs&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;weight&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=bold);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:35:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432461#M14911</guid>
      <dc:creator>sasuser31</dc:creator>
      <dc:date>2018-01-30T19:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting SAS graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432463#M14912</link>
      <description>&lt;P&gt;Thanks, but I asked what style and destination are you using.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432463#M14912</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-01-30T19:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting SAS graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432465#M14913</link>
      <description>&lt;P&gt;Check LINEATTRS on the SERIES statement&lt;/P&gt;
&lt;P&gt;or MARKERATTRS on the SCATTER statement - basically the statement you're using will list what options you have available in the documentation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But you can easily change this as well using Styles, Styles I like for publications are Journal1/Journal2, for other publications Meadow and SeaSide have good colour choices IMO.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html style=meadow;

proc sgplot data=sashelp.stocks;
where stock='IBM';
series x=date y=open / lineattrs=(color=CXff5024);
run;

proc sgplot data=sashelp.stocks;
where stock='IBM';
series x=date y=open ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432465#M14913</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-30T19:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting SAS graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432466#M14914</link>
      <description>&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_sect014.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_sect014.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_sect060.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_odsgraph_sect060.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some places that explain some basics about styles and destinations.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:41:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432466#M14914</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2018-01-30T19:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting SAS graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432522#M14916</link>
      <description>&lt;P&gt;Ah! Style is what I was looking for. Makes the graph look way better. Didn't know about changing the style settings so thanks!!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 21:35:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Formatting-SAS-graphs/m-p/432522#M14916</guid>
      <dc:creator>sasuser31</dc:creator>
      <dc:date>2018-01-30T21:35:19Z</dc:date>
    </item>
  </channel>
</rss>

