<?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: Graphs and Excel in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115385#M4361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally no. However there are a lot of workarounds, but you'd need to explain more of what you're trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS graphics are pretty good (IMO) and even better if you go down the GTL route. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 16:14:55 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2013-02-20T16:14:55Z</dc:date>
    <item>
      <title>Graphs and Excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115384#M4360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to generate graphical representations using SAS in an Excel document which can be customizable with Excel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking you in advance for your answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 09:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115384#M4360</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2013-02-20T09:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs and Excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115385#M4361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Generally no. However there are a lot of workarounds, but you'd need to explain more of what you're trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS graphics are pretty good (IMO) and even better if you go down the GTL route. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 16:14:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115385#M4361</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-02-20T16:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs and Excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115386#M4362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer Reeza.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is to automatically create statistical graphs which can be edited using Excel. In this way, our users can customize themselves graphs for "details" (for instance change colors, ...) without the need of always come back to us to change SAS programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 16:26:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115386#M4362</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2013-02-20T16:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs and Excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115387#M4363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have specific graph types and this is worth automating then I'd look into the following option:&lt;/P&gt;&lt;P&gt;1. Designing Excel templates for each graph type, Kaplan Meier Curve and ROC curve for example, based on the SAS output you get from the relevant procedures.&lt;/P&gt;&lt;P&gt;2. Populate the templates and have those as the graphs used for providing to users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The work is in setting up the templates initially because doing KM curves in Excel is a bit of a pain, but it depends on how often you need it.&amp;nbsp; But I hate spending hours customizing labels, thickness of lines and colours personally. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 16:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115387#M4363</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-02-20T16:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Graphs and Excel</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115388#M4364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Reeza for you answer. I think it would be the better way to work with Excel templates working with SAS outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 14:04:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Graphs-and-Excel/m-p/115388#M4364</guid>
      <dc:creator>AnalytX</dc:creator>
      <dc:date>2013-03-04T14:04:43Z</dc:date>
    </item>
  </channel>
</rss>

