<?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 default style in SGplot procedure in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396107#M13562</link>
    <description>&lt;P&gt;I want to use %modstyle to modify a&amp;nbsp;style then use proc sgplot to prepare plots. How can I know which default style the sgplot uses for a special plot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, does someone can recomment&amp;nbsp;me a study document for %modstyle?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2017 21:22:11 GMT</pubDate>
    <dc:creator>Niugg2010</dc:creator>
    <dc:date>2017-09-14T21:22:11Z</dc:date>
    <item>
      <title>default style in SGplot procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396107#M13562</link>
      <description>&lt;P&gt;I want to use %modstyle to modify a&amp;nbsp;style then use proc sgplot to prepare plots. How can I know which default style the sgplot uses for a special plot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, does someone can recomment&amp;nbsp;me a study document for %modstyle?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 21:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396107#M13562</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2017-09-14T21:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: default style in SGplot procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396113#M13564</link>
      <description>&lt;P&gt;The style used is the style in effect at the time from either your SAS system settings or ODS destination statement(s).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure what you mean by "special plot". Unless you provide style overrides in options for requested plots then the current style is used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on what you are attempting you may also want to look at DATTRMAP dataset to set options for the values of group varaibles&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 21:51:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396113#M13564</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-14T21:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: default style in SGplot procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396118#M13566</link>
      <description>&lt;P&gt;What version of SAS do you have? SAS 9.4 has made some of these modifications super easy, within SGPLOT.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 22:45:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396118#M13566</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-14T22:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: default style in SGplot procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396133#M13569</link>
      <description>Modstyle is documented in one of the introductory sas/stat chapters.  Now days, many of the things it was intended to do can be better accomplished with attribute priority and styleatters.</description>
      <pubDate>Fri, 15 Sep 2017 02:49:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396133#M13569</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-09-15T02:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: default style in SGplot procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396502#M13584</link>
      <description>&lt;P&gt;I am using 9.4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"special plot", I mean using vbar or scatter or series statements under sgplot to prepare different figures. How can I know the default styles for different statements? The default style is only one?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 22:21:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396502#M13584</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2017-09-15T22:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: default style in SGplot procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396503#M13585</link>
      <description>&lt;P&gt;There &amp;nbsp;are default styles for different destinations not statements. &amp;nbsp;html: htmlblue, rtf: rtf, printer and pdf: pearl.&lt;/P&gt;
&lt;P&gt;You can specify the style on and ODS destination statement. &amp;nbsp;I don't know if there is any way to query SAS. &amp;nbsp;Seems unlikely.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://pubshelpcenter.unx.sas.com:8080/production/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_odsgraph_sect016.htm&amp;amp;locale=en" target="_blank"&gt;http://pubshelpcenter.unx.sas.com:8080/production/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_odsgraph_sect016.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 22:32:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396503#M13585</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-09-15T22:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: default style in SGplot procedure</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396788#M13590</link>
      <description>&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, 18 Sep 2017 12:25:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/default-style-in-SGplot-procedure/m-p/396788#M13590</guid>
      <dc:creator>Niugg2010</dc:creator>
      <dc:date>2017-09-18T12:25:15Z</dc:date>
    </item>
  </channel>
</rss>

