<?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: Changing Colors in Series in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392598#M13455</link>
    <description>&lt;P&gt;You question isn't very clear. Which color are you attempting to change? You have lines, markers, text, borders, backgrounds, marker outlines as a minimum that you can provide colors for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you show the code that didn't "work" with other colors that you tried and what was not as desired for the output?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2017 17:13:13 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-09-01T17:13:13Z</dc:date>
    <item>
      <title>Changing Colors in Series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392589#M13454</link>
      <description>&lt;P&gt;I am having problems changing colors on my graphs. &amp;nbsp;I haven't done a lot of work with graphic so bear with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my code:&lt;BR /&gt;proc sgplot data=work.s_av;&lt;/P&gt;&lt;P&gt;where VIMS_SPECIES_CODE=597;&lt;BR /&gt;series x=YEAR y=N_OBS;&lt;BR /&gt;refline 0 / axis=y lineattrs=(color=black);&lt;BR /&gt;title 'Trawl Shrimp Landings and Average Minimum Winter Temperatures'; run;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if it has anything to do with SAS's preset colors, but I am a little confused on all of that anyway. &amp;nbsp;I've also tried using the RBG code instead of using the color words.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 16:20:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392589#M13454</guid>
      <dc:creator>jswinford</dc:creator>
      <dc:date>2017-09-01T16:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors in Series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392598#M13455</link>
      <description>&lt;P&gt;You question isn't very clear. Which color are you attempting to change? You have lines, markers, text, borders, backgrounds, marker outlines as a minimum that you can provide colors for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you show the code that didn't "work" with other colors that you tried and what was not as desired for the output?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 17:13:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392598#M13455</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-01T17:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors in Series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392625#M13457</link>
      <description>&lt;P&gt;You can specify colours using the hex code with a CX in front,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;color=cxffffff;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 18:24:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392625#M13457</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-01T18:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors in Series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392669#M13464</link>
      <description>&lt;P&gt;The code I gave was the code that didn't work. &amp;nbsp;Attempting to change line color from blue to black. &amp;nbsp;No matter what I do it just stays blue (or does the default colors, as I've found out). &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 20:25:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392669#M13464</guid>
      <dc:creator>jswinford</dc:creator>
      <dc:date>2017-09-01T20:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors in Series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392671#M13465</link>
      <description>&lt;P&gt;I've already tried those codes and it still doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 20:25:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392671#M13465</guid>
      <dc:creator>jswinford</dc:creator>
      <dc:date>2017-09-01T20:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors in Series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392676#M13466</link>
      <description>&lt;P&gt;Which line? The line you have set to black is the REFLINE not the SERIES.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 20:34:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392676#M13466</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-01T20:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors in Series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392686#M13469</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/148927"&gt;@jswinford&lt;/a&gt;&amp;nbsp;What colour are you trying to change?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What version of SAS do you have?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can specify colour detail quite easily in SAS 9.4+&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n18szqcwir8q2nn10od9hhdh2ksj.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/grstatproc/69716/HTML/default/viewer.htm#n18szqcwir8q2nn10od9hhdh2ksj.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 21:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392686#M13469</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-01T21:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors in Series</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392689#M13470</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/148927"&gt;@jswinford&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I've already tried those codes and it still doesn't work.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I suspect that you had a syntax problem. So show the actual code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Doesn't work is awful vague.&lt;BR /&gt;&lt;BR /&gt;Are there errors in the log?: Post the code and log in a code box opened with the {i} to maintain formatting of error messages.&lt;BR /&gt;&lt;BR /&gt;No output? Post any log in a code box.&lt;BR /&gt;&lt;BR /&gt;Unexpected output? Provide input data in the form of a dataset, the actual results and the expected results. Data should be in the form of a data step. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-dat&lt;/A&gt;... will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 21:40:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-in-Series/m-p/392689#M13470</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-01T21:40:31Z</dc:date>
    </item>
  </channel>
</rss>

