<?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: GOPTIONS not Working in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474566#M16396</link>
    <description>Dan,&lt;BR /&gt;Can I also use that template to change the default colors for the chart series?&lt;BR /&gt;&lt;BR /&gt;Brian</description>
    <pubDate>Fri, 29 Jun 2018 19:02:14 GMT</pubDate>
    <dc:creator>BTAinRVA</dc:creator>
    <dc:date>2018-06-29T19:02:14Z</dc:date>
    <item>
      <title>GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474481#M16372</link>
      <description>&lt;P&gt;Hello Everybody,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using the code below but no matter what GOPTIONS I specify I get the same histogram. What I want to do is change the text font and fill colors in the histogram. What am I doing wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;html&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;goptions&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;reset&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;goptions&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;GRAPHICS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;on&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;RESET&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; ;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;goptions&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;cback&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=blue &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;htext&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;6&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;pct&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;ftext&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"Cumberland AMT"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;FTITLE&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"Cumberland AMT"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;title&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;"Overlay Histograms with PROC SGPLOT"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New"&gt;sgplot&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=Sashelp.Iris;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;histogram&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; PetalLength / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;binwidth&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;5&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"petal"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;legendlabel&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"Petal Width"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;histogram&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; SepalLength / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;binwidth&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;5&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;transparency&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0.5&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;name&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"sepal"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;legendlabel&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"Sepal Width"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;density&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; PetalLength / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;type&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=kernel &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=GraphData1; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* optional */&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;density&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; SepalLength / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;type&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=kernel &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;lineattrs&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=GraphData2; &lt;/FONT&gt;&lt;FONT color="#008000" face="Courier New"&gt;/* optional */&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;xaxis&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;label&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"Length (mm)"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;min&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;keylegend&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;"petal"&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New"&gt;"sepal"&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;across&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;position&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=TopRight &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;location&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=Inside;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 16:06:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474481#M16372</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2018-06-29T16:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474488#M16373</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;GOPTIONS do not work for SG Procedures.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depending on what exactly you are trying to change you can usually change it in the SG procedures directly using the attribute options such as fillatrs or lineattrs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's several examples here that show how to specify colour and line types.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/graphicallyspeaking/2017/04/30/getting-started-with-sgplot-histograms/" target="_blank"&gt;https://blogs.sas.com/content/graphicallyspeaking/2017/04/30/getting-started-with-sgplot-histograms/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;histogram PetalLength / binwidth=5
                                       transparency=0.5 
                                       name="petal" 
                                       legendlabel="Petal Width" 

                                      &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; fillattrs=(color="CX8c6bb1");&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Jun 2018 16:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474488#M16373</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-29T16:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474498#M16376</link>
      <description>&lt;P&gt;LIke&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;siad, look for procedure and plot options to do what you've done in the past in GOPTIONS. Another example is for&amp;nbsp;CBACK, use this statement in SGPLOT:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;styleattrs backcolor=blue;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ODS GRAPHICS statement is also considered the "goptions" of ODS Graphics. Look there for more global options as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 17:01:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474498#M16376</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-06-29T17:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474547#M16384</link>
      <description>Dan,&lt;BR /&gt;Thanks for the reply. Is it possible to change all font in an sgchart to something like Arial Narrow?&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 29 Jun 2018 18:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474547#M16384</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2018-06-29T18:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474552#M16388</link>
      <description>&lt;P&gt;Through the ODS style, yes, but no through the proc syntax. You can do something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
define style styles.narrow;
parent=styles.htmlblue;

class GraphFonts "Fonts used in graph styles" /
      "GraphAnnoFont" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 10pt)
      "GraphTitle1Font" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 14pt, bold)
      "GraphTitleFont" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 11pt, bold)
      "GraphFootnoteFont" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 10pt)
      "GraphLabelFont" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 10pt)
      "GraphLabel2Font" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 10pt)
      "GraphValueFont" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 9pt)
      "GraphUnicodeFont" = ("&amp;lt;MTsans-serif-unicode&amp;gt;", 9pt)
      "GraphDataFont" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 7pt)
      "NodeTitleFont" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 9pt)
      "NodeLabelFont" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 9pt)
      "NodeInputLabelFont" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 9pt)
      "NodeDetailFont" = ("Arial Narrow, &amp;lt;MTsans-serif&amp;gt;", 7pt)
   ;
end;
run;

ods html style=narrow;

&amp;lt;your program&amp;gt;

ods html close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 29 Jun 2018 18:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474552#M16388</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-06-29T18:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474564#M16394</link>
      <description>Dan,&lt;BR /&gt;You da man! I would mark this as the correct answer if I could. Thanks!&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 29 Jun 2018 18:59:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474564#M16394</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2018-06-29T18:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474566#M16396</link>
      <description>Dan,&lt;BR /&gt;Can I also use that template to change the default colors for the chart series?&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 29 Jun 2018 19:02:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474566#M16396</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2018-06-29T19:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474567#M16397</link>
      <description>&lt;P&gt;This is a template that someone else posted a while back that's for Stephen Few style. I think he may have posted it on here somewere as well.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can make the changes you want to set up your style and then yes, the style will modify the graphs automatically.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://gist.github.com/statgeek/9845cc3d26e4c35e01a2" target="_blank"&gt;https://gist.github.com/statgeek/9845cc3d26e4c35e01a2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did one up for our corporate colours because our design area was too slow to get the mods made up. Publications go through an approval process where I work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 19:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474567#M16397</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-06-29T19:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474568#M16398</link>
      <description>&lt;P&gt;It's possible, but the style elements you would need to change could depend on the plots you're using, as well as whether you are using&amp;nbsp; GROUP or not. Style changes are best for persistent, "theme-level" changes, like your font change. If you are changing the colors to create a new theme, that would work well, but for "one off" changes, it is much better to change the colors directly on the plots. If the plots are using GROUP, you will either need to change the colors in the GraphData1-N style elements, or (if you have SAS 9.4) use the STYLEATTRS statement to override the style attributes in GaphData1-N (this is a much better choice for "one off" graph changes).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 19:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474568#M16398</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2018-06-29T19:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474569#M16399</link>
      <description>Reeza,&lt;BR /&gt;Wow! That is great stuff! Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Fri, 29 Jun 2018 19:34:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474569#M16399</guid>
      <dc:creator>BTAinRVA</dc:creator>
      <dc:date>2018-06-29T19:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: GOPTIONS not Working</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474576#M16400</link>
      <description>&lt;P&gt;The default templates have GRAPHDATA1 through GRAPHDATA12 or GRAPHDATA15 (depending on style) which define default color, line style, marker symbol size.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one example from Styles.normal&lt;/P&gt;
&lt;PRE&gt;   style GraphData1 from Graph /
      linestyle = 1
      contrastcolor = GraphColors('gcdata1')
      markersymbol = "CIRCLEFILLED"
      markersize = 10px
      color = GraphColors('gdata1')
      linethickness = 2px
      abstract = on;
&lt;/PRE&gt;
&lt;P&gt;the style has bunch of elements previous in the style that define color values for gdata1-12 (for graph color) gcdata1-1 (graph contrast color which are outlines) and several others. By using those color references you get consist usage in several places as typically the contrast will be a darker version of the graph color. Though if you want to drive people nuts I suppose you can define bar fill colors like dark green and outline with bright orange...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jun 2018 20:29:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GOPTIONS-not-Working/m-p/474576#M16400</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-06-29T20:29:04Z</dc:date>
    </item>
  </channel>
</rss>

