<?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 SAS Graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355397#M12335</link>
    <description>&lt;P&gt;This is part of my data:&lt;/P&gt;&lt;P&gt;PAP&amp;nbsp;&amp;nbsp;&amp;nbsp; AVG_OF_ALLWD_ADJ&lt;/P&gt;&lt;P&gt;51548&amp;nbsp;7387.4292664&lt;BR /&gt;55003&amp;nbsp;7692.9721846&lt;BR /&gt;5SS53&amp;nbsp;7706.8575189&lt;BR /&gt;5H981&amp;nbsp;7767.2836185&lt;BR /&gt;5J130&amp;nbsp;7921.2581873&lt;BR /&gt;5K556&amp;nbsp;8024.3621929&lt;BR /&gt;5K941&amp;nbsp;8228.2977649&lt;BR /&gt;54227&amp;nbsp;8340.3338716&lt;BR /&gt;5H164&amp;nbsp;8530.2252328&lt;BR /&gt;52669&amp;nbsp;8579.2874546&lt;BR /&gt;5J977&amp;nbsp;8580.4548783&lt;BR /&gt;5J416&amp;nbsp;8605.556626&lt;BR /&gt;50383&amp;nbsp;8626.09073&lt;BR /&gt;5I008&amp;nbsp;8711.7346734&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use this code to get a graph. I need to resize my graph in some situatitaons. For example, I want to resize the graph in word or powerpoint. Sometimes I need it to be tall, and sometiomes I need it to be wide. But after I resize the graph, the label also changed accordingly. How can I change the size of the graph without changing the size of labels (the size of the text)? Thanks!&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=For_Fig;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;band&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=pap &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lower&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;upper&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=Avg_of_ALLWD_ADJ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;yaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;values&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; to &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;2000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; by &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;14000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; =&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'AVERAGE AMOUNT'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;xaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(noticks novalues);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;refline&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9190&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9795&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;10870&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Gain Share Limit=$9190'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'Commendable=$9795'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'Acceptable=$10870'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;quit&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 May 2017 20:58:34 GMT</pubDate>
    <dc:creator>zhuxiaoyan1</dc:creator>
    <dc:date>2017-05-02T20:58:34Z</dc:date>
    <item>
      <title>SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355397#M12335</link>
      <description>&lt;P&gt;This is part of my data:&lt;/P&gt;&lt;P&gt;PAP&amp;nbsp;&amp;nbsp;&amp;nbsp; AVG_OF_ALLWD_ADJ&lt;/P&gt;&lt;P&gt;51548&amp;nbsp;7387.4292664&lt;BR /&gt;55003&amp;nbsp;7692.9721846&lt;BR /&gt;5SS53&amp;nbsp;7706.8575189&lt;BR /&gt;5H981&amp;nbsp;7767.2836185&lt;BR /&gt;5J130&amp;nbsp;7921.2581873&lt;BR /&gt;5K556&amp;nbsp;8024.3621929&lt;BR /&gt;5K941&amp;nbsp;8228.2977649&lt;BR /&gt;54227&amp;nbsp;8340.3338716&lt;BR /&gt;5H164&amp;nbsp;8530.2252328&lt;BR /&gt;52669&amp;nbsp;8579.2874546&lt;BR /&gt;5J977&amp;nbsp;8580.4548783&lt;BR /&gt;5J416&amp;nbsp;8605.556626&lt;BR /&gt;50383&amp;nbsp;8626.09073&lt;BR /&gt;5I008&amp;nbsp;8711.7346734&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use this code to get a graph. I need to resize my graph in some situatitaons. For example, I want to resize the graph in word or powerpoint. Sometimes I need it to be tall, and sometiomes I need it to be wide. But after I resize the graph, the label also changed accordingly. How can I change the size of the graph without changing the size of labels (the size of the text)? Thanks!&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=For_Fig;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;band&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=pap &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lower&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;upper&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=Avg_of_ALLWD_ADJ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;yaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;values&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; to &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;2000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; by &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;14000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; =&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'AVERAGE AMOUNT'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;xaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(noticks novalues);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;refline&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9190&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;9795&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;10870&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Gain Share Limit=$9190'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'Commendable=$9795'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'Acceptable=$10870'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;quit&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 20:58:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355397#M12335</guid>
      <dc:creator>zhuxiaoyan1</dc:creator>
      <dc:date>2017-05-02T20:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355405#M12336</link>
      <description>&lt;P&gt;How are you resizing your graph for your needs? &amp;nbsp;It is preferable to use the WIDTH= and HEIGHT= options on the ODS GRAPHICS statement. &amp;nbsp;This will create a graph that maintain your fonts, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;&lt;STRONG&gt;ods graphics / reset width=4in height=3in;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;proc&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#000080"&gt;sgplot&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=For_Fig;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;band&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=pap &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;lower&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;0&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;upper&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=Avg_of_ALLWD_ADJ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;yaxis&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;values&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;0&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; to &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;2000&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; by &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;14000&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;) &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; =&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'AVERAGE AMOUNT'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;xaxis&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#0000ff"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(noticks novalues);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;refline&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#008080"&gt;9190&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#008080"&gt;9795&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#008080"&gt;10870&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; /&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#008080"&gt;0.5&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#800080"&gt;'Gain Share Limit=$9190'&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#800080"&gt;'Commendable=$9795'&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#800080"&gt;'Acceptable=$10870'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;run&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;FONT face="Courier New" size="3" color="#000080"&gt;quit&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 21:23:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355405#M12336</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-05-02T21:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355407#M12337</link>
      <description>&lt;P&gt;thank you for the help, but this does not work. After I resize the graph, the size of the font still change.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 21:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355407#M12337</guid>
      <dc:creator>zhuxiaoyan1</dc:creator>
      <dc:date>2017-05-02T21:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355411#M12338</link>
      <description>&lt;P&gt;What format is your graphic file? Have you tried an SVG\EMF file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Right now, the only way I can think of is to create the files that are 'separatable' that allows you to decompose to the parts and then you increase the size you need for the relevant sections.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your best bet is to create the graphs with the sizes you need directly from SAS specifying height/width.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens if you output graphs using ODS EXCEL? Do those scale properly?&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 21:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355411#M12338</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-02T21:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355413#M12339</link>
      <description>&lt;P&gt;In addition to what Sanjay told you, also try adding the NOSCALE option to the ODS GRAPHICS statement and see if you gives what you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 21:47:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355413#M12339</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2017-05-02T21:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355418#M12340</link>
      <description>&lt;P&gt;Which active ODS destination are you sending the output to? Since you did not mention a specific ODS output I suspect HTML which would mean the individual graphics created are PNG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also have not mentioned how you are placing the images into the PowerPoint. If copy and paste then you are likely pasting a PNG image which does not behave well when "resizing" as PNG is not intended for scaling.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 22:07:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355418#M12340</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-05-02T22:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355593#M12341</link>
      <description>&lt;P&gt;The option noscale did not work either. Thank you anyway!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 13:46:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355593#M12341</guid>
      <dc:creator>zhuxiaoyan1</dc:creator>
      <dc:date>2017-05-03T13:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355597#M12342</link>
      <description>&lt;P&gt;My SAS version is 9.3. ODS excel did not work for me. Yes, I think it's PNG&amp;nbsp;I copy and paste into excel and word. My boss wants to put it into powerpoint. He can't code. He just needs the graph and then he can put wherever he wants.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 13:50:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355597#M12342</guid>
      <dc:creator>zhuxiaoyan1</dc:creator>
      <dc:date>2017-05-03T13:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355601#M12343</link>
      <description>&lt;P&gt;It is not clear what you are expecting or getting without any results we can view. &amp;nbsp;If you are resizing the resulting graph image to a size different from the original, clearly everything will scale, including the font. &amp;nbsp; So you should render the graph to the exact size you want to put in the document. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post the&amp;nbsp;full code and graphs output with the options that you have used. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 14:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355601#M12343</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-05-03T14:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355604#M12344</link>
      <description>Please see the attached graph. Thank you!</description>
      <pubDate>Wed, 03 May 2017 14:00:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355604#M12344</guid>
      <dc:creator>zhuxiaoyan1</dc:creator>
      <dc:date>2017-05-03T14:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355609#M12345</link>
      <description>&lt;P&gt;Please post the full code with the options.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 14:02:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355609#M12345</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-05-03T14:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355632#M12346</link>
      <description>&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;graphics&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;/&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;noborder noscale&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=have;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;band&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;x&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=pap &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lower&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;upper&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=AVG;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;yaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;values&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; to &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;35000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; by &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;5000&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; Avg=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Avg Amount'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;xaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;display&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(noticks novalues);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;refline&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;20950&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;25234&lt;/FONT&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;26374&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'Gain Share Limit=$20950'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'Commendable=$25234'&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'Acceptable=$26374'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 14:52:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355632#M12346</guid>
      <dc:creator>zhuxiaoyan1</dc:creator>
      <dc:date>2017-05-03T14:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355728#M12348</link>
      <description>&lt;P&gt;When I run your code, I get the following output:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8695i5AA92B38D019E462/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="GraphSize_1.png" title="GraphSize_1.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I use "ods graphics/reset noborder width=4in height=3in;", I get the following:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8694i39871329707A8670/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="GraphSize_2.png" title="GraphSize_2.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 19:07:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355728#M12348</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-05-03T19:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355784#M12351</link>
      <description>&lt;P&gt;Yes, I know that. But neither one of them is what&amp;nbsp;my boss&amp;nbsp;wants. He dose not&amp;nbsp;want the fixed size of graph. He will resize it in the way he wants and wants to keep the label same size. the size of the graph will change but the label will be the same.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 20:56:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SAS-Graph/m-p/355784#M12351</guid>
      <dc:creator>zhuxiaoyan1</dc:creator>
      <dc:date>2017-05-03T20:56:34Z</dc:date>
    </item>
  </channel>
</rss>

