<?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 Graphs editable in Powerpoint? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Graphs-editable-in-Powerpoint/m-p/89390#M3288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was a code similar to the following:&lt;/P&gt;&lt;P&gt;ods rtf file="C:\Documents and Settings\Austin\Desktop\Isotopes.rtf";&lt;/P&gt;&lt;P&gt;goptions hsize=5in vsize=4in;&lt;/P&gt;&lt;P&gt;ODS LISTING STYLE = biplots;&lt;/P&gt;&lt;P&gt;proc sgplot data=name;&lt;/P&gt;&lt;P&gt;scatter y=Nmean x=Cmean/ group=species&lt;/P&gt;&lt;P&gt;/*These are the column titles of the columes with the means in them*/&lt;/P&gt;&lt;P&gt;yERRORLOWER=Nlow yERRORUPPER=NHigh &lt;/P&gt;&lt;P&gt;xERRORLOWER=CLow xERRORUPPER=CHigh &lt;/P&gt;&lt;P&gt;/* These are the upper &amp;amp; lower limits calculated using another program*/&lt;/P&gt;&lt;P&gt;DATALABEL=site;&lt;/P&gt;&lt;P&gt;xaxis label="Carbon";&lt;/P&gt;&lt;P&gt;yaxis label="Nitrogen";&lt;/P&gt;&lt;P&gt;/*This works as a "by" statement, i.e. this case i need separate crosses for each site*/&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That apparently allowed someone to edit their graphs in powerpoint.&amp;nbsp; Now it doesn't work for me, and my guess is that it may be because this is a scatterplot and not a simple barchart or something.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Any Ideas on making a graph that when pasted into PPT you can "ungroup" the photo and edit it?&lt;/P&gt;&lt;P&gt;R programming does this well, there must be some way to do it in SAS.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Austin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2012 15:40:44 GMT</pubDate>
    <dc:creator>ahappel</dc:creator>
    <dc:date>2012-04-19T15:40:44Z</dc:date>
    <item>
      <title>Graphs editable in Powerpoint?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphs-editable-in-Powerpoint/m-p/89390#M3288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There was a code similar to the following:&lt;/P&gt;&lt;P&gt;ods rtf file="C:\Documents and Settings\Austin\Desktop\Isotopes.rtf";&lt;/P&gt;&lt;P&gt;goptions hsize=5in vsize=4in;&lt;/P&gt;&lt;P&gt;ODS LISTING STYLE = biplots;&lt;/P&gt;&lt;P&gt;proc sgplot data=name;&lt;/P&gt;&lt;P&gt;scatter y=Nmean x=Cmean/ group=species&lt;/P&gt;&lt;P&gt;/*These are the column titles of the columes with the means in them*/&lt;/P&gt;&lt;P&gt;yERRORLOWER=Nlow yERRORUPPER=NHigh &lt;/P&gt;&lt;P&gt;xERRORLOWER=CLow xERRORUPPER=CHigh &lt;/P&gt;&lt;P&gt;/* These are the upper &amp;amp; lower limits calculated using another program*/&lt;/P&gt;&lt;P&gt;DATALABEL=site;&lt;/P&gt;&lt;P&gt;xaxis label="Carbon";&lt;/P&gt;&lt;P&gt;yaxis label="Nitrogen";&lt;/P&gt;&lt;P&gt;/*This works as a "by" statement, i.e. this case i need separate crosses for each site*/&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods rtf close; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That apparently allowed someone to edit their graphs in powerpoint.&amp;nbsp; Now it doesn't work for me, and my guess is that it may be because this is a scatterplot and not a simple barchart or something.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Any Ideas on making a graph that when pasted into PPT you can "ungroup" the photo and edit it?&lt;/P&gt;&lt;P&gt;R programming does this well, there must be some way to do it in SAS.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Austin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2012 15:40:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphs-editable-in-Powerpoint/m-p/89390#M3288</guid>
      <dc:creator>ahappel</dc:creator>
      <dc:date>2012-04-19T15:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs editable in Powerpoint?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphs-editable-in-Powerpoint/m-p/89391#M3289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;Suggest you try building an emf, insert into pp as a picture from file ... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;filename&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; gqb &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: purple;"&gt;'c:\temp\Plot.emf'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;GOPTIONS&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;reset&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;all&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;DEV&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;=emf &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;targetdevice&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;=emf &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;gsfname&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;=gqb;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;gplot&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;=test;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue;"&gt;plot&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt; n*value/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 14:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphs-editable-in-Powerpoint/m-p/89391#M3289</guid>
      <dc:creator>Bill</dc:creator>
      <dc:date>2012-04-23T14:04:58Z</dc:date>
    </item>
  </channel>
</rss>

