<?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 Styles available in ODS Graohics Editor 9.41 in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Styles-available-in-ODS-Graohics-Editor-9-41/m-p/261034#M9420</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking for a solution to integrate user-defined style in the Format -&amp;gt; Style menu of ODS Graphics Editor (v 9.41), as the default list is rather short. I didn't find anything in the other menus (such as Preferences...) nor in the installation directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Yves Roy&lt;/P&gt;
&lt;P&gt;Université de Poitiers&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2016 10:06:12 GMT</pubDate>
    <dc:creator>YvesA_Roy</dc:creator>
    <dc:date>2016-04-04T10:06:12Z</dc:date>
    <item>
      <title>Styles available in ODS Graohics Editor 9.41</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Styles-available-in-ODS-Graohics-Editor-9-41/m-p/261034#M9420</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm looking for a solution to integrate user-defined style in the Format -&amp;gt; Style menu of ODS Graphics Editor (v 9.41), as the default list is rather short. I didn't find anything in the other menus (such as Preferences...) nor in the installation directory.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;Yves Roy&lt;/P&gt;
&lt;P&gt;Université de Poitiers&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 10:06:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Styles-available-in-ODS-Graohics-Editor-9-41/m-p/261034#M9420</guid>
      <dc:creator>YvesA_Roy</dc:creator>
      <dc:date>2016-04-04T10:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Styles available in ODS Graohics Editor 9.41</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Styles-available-in-ODS-Graohics-Editor-9-41/m-p/261042#M9421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you creating a new style using Proc Template? If so, If you use the following code before you create the .sge graph, then the graph will have the style that you want:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing sge = on style = styles.newstyle;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you only wanted to swap colors of your grouped variable around, then you can do this within ODS Graphics Editor using the Format -&amp;gt; Graph Properties -&amp;gt; Group Attributes menu.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 10:39:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Styles-available-in-ODS-Graohics-Editor-9-41/m-p/261042#M9421</guid>
      <dc:creator>djrisks</dc:creator>
      <dc:date>2016-04-04T10:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Styles available in ODS Graohics Editor 9.41</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Styles-available-in-ODS-Graohics-Editor-9-41/m-p/261068#M9423</link>
      <description>&lt;P&gt;Thanks djRisks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I already knew that. My only purpose is to visualy compare several style options for a given chart, including personalized styles, without having to regenerate the chart entirely, especialy in the case the chart has been manually edited. I have also tried to use the ods html5 or ods pdf style= option in a subsequent proc sgrender step, without success: the style remains the one selected in ODS Grpahics Editor just before File -&amp;gt; Save.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yves&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 13:00:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Styles-available-in-ODS-Graohics-Editor-9-41/m-p/261068#M9423</guid>
      <dc:creator>YvesA_Roy</dc:creator>
      <dc:date>2016-04-04T13:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: Styles available in ODS Graohics Editor 9.41</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Styles-available-in-ODS-Graohics-Editor-9-41/m-p/261101#M9424</link>
      <description>&lt;P&gt;The ODS Graphics Editor only know about the SAS shipped styles. &amp;nbsp;It also gets the one custom style used with the current graph. &amp;nbsp;You can change the style to one of the SAS shipped styles, or the current style. &amp;nbsp;You can also customize a style and save it as a SAS program. &amp;nbsp;Then you have to run the SAS program in your SAS session to make it available there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no way to send multiple&amp;nbsp;custom styles to the Editor.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Styles-available-in-ODS-Graohics-Editor-9-41/m-p/261101#M9424</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-04-04T14:34:54Z</dc:date>
    </item>
  </channel>
</rss>

