<?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: Styling a graphs in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Styling-a-graphs/m-p/195982#M7266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of SAS are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2015 19:22:10 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2015-03-06T19:22:10Z</dc:date>
    <item>
      <title>Styling a graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Styling-a-graphs/m-p/195981#M7265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a couple of questions regarding a graph I am trying to produce for regular reporting purposes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code works perfectly and I just now want to put the finishing touches on the slides to make them look more appealing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is part of my code. The code exports graphs to pngs and then I import them into powerpoint (4 graphs per slide). The look ok but I want them to look better if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Firstly what's the best way to maximize the clarity of the pictures? I don't mind of the output files are larger. Graphs in excel look clearer and I wanted to get as close as possible to them.&lt;/LI&gt;&lt;LI&gt;Secondly, can you change the color of the bar or line chart - I want to make it more striking.&lt;/LI&gt;&lt;LI&gt;How do you change the names of the axis so they don't include (sum)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ods listing gpath="path...";&lt;/P&gt;&lt;P&gt;&amp;nbsp; ods pdf file="path.\graph.pdf" columns=2 style=meadow startpage=no;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ods graphics on/width=4.5in height=3.75in;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; proc sgplot data=Egidwh_oneway4 ( where = (factor = "Age"));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title "Age - LR";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbar level / response=exposure;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vline level / response=LR y2axis;&lt;/P&gt;&lt;P&gt;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ods graphics off;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ods pdf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 12:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Styling-a-graphs/m-p/195981#M7265</guid>
      <dc:creator>brophymj</dc:creator>
      <dc:date>2015-03-06T12:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Styling a graphs</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Styling-a-graphs/m-p/195982#M7266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of SAS are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 19:22:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Styling-a-graphs/m-p/195982#M7266</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-03-06T19:22:10Z</dc:date>
    </item>
  </channel>
</rss>

