<?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 on a Standard Output FitPlot from ProcReg, or recreating it in PLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317732#M11115</link>
    <description>&lt;P&gt;Using snoopy's example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;cliattrs&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;clilineattrs&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;color&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;orange pattern=dash&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 08 Dec 2016 22:53:33 GMT</pubDate>
    <dc:creator>DanH_sas</dc:creator>
    <dc:date>2016-12-08T22:53:33Z</dc:date>
    <item>
      <title>Changing Colors on a Standard Output FitPlot from ProcReg, or recreating it in PLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317710#M11107</link>
      <description>&lt;P&gt;I like the graphs output at baseline from the proc reg command for linear regression:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;graphics&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;on&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;reg&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=good;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;MODEL&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; mv_glob_ap_diam=BSA/ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;stb&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;clb&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;OUTPUT&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=OUTREG1 &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;P&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=PREDICT &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;R&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=RESID &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;RSTUDENT&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=RSTUDENT &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;COOKD&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=COOKD&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;run;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;quit&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;graphics&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;off&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Example here:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;IMG title="FitPlot Example.PNG" alt="FitPlot Example.PNG" src="https://communities.sas.com/t5/image/serverpage/image-id/6293i82BF3F3B787503F9/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;I created many of these graphs for a figure of a paper, but the journal would like more color to differentiate them.&amp;nbsp; As such I would like to change the points, and possibly the lines and shading to different colors.&amp;nbsp; Because this is a SAS standard output I am unsure how to do this.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;I have tried GOPTIONS prior to the command, but they are trumped by the PROCREG default options.&amp;nbsp; Specifically I set CPATTERN and CSYMBOL to a Yellow prior to the reg procedure.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Then I tried to recreate the plot in a more basic way using the plot command and conf, and it contains the correct information but I will need to define all the different parameters that make up the graph, x, y spacing, coloring, etc. &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;graphics&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;on&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;reg&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=good;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;MODEL&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; mv_glob_ap_diam=BSA/ &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;stb&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;clb&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Goptions&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Csymbol&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=Red &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Cpattern&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=Red;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;plot&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; mv_glob_ap_diam*BSA /&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;conf&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;quit&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;graphics&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;off&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&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;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;IMG title="Using Plot.PNG" alt="Using Plot.PNG" src="https://communities.sas.com/t5/image/serverpage/image-id/6294iC532B3E5D4FB25F9/image-size/original?v=v2&amp;amp;px=-1" border="0" /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;I can try to figure this out, but am&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;nbsp;unsure to make the 95% confidence interval area shade as opposed to be a line etc, and like the more basic X and Y tick marks and scales in the Fit Plot.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Ideally I could use the standard output, but just tell it to use a different color than blue.&amp;nbsp; Is there a simple way to do that more globally, or do I need to specify plot and individually define everything to recreate the fit plot I like?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Is there an example of the underlying fitplot code that I can edit instead of trial and error from scratch?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:13:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317710#M11107</guid>
      <dc:creator>cakemonster</dc:creator>
      <dc:date>2016-12-08T22:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors on a Standard Output FitPlot from ProcReg, or recreating it in PLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317714#M11108</link>
      <description>&lt;P&gt;You can get effectively the same graph using the REG statement in SGPLOT. Then you have tons of control.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's unclear exactly _what_ you want to control, so&amp;nbsp;I'll just change a few things arbitrarily here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are two examples: the original one almost identical to yours, and one where I changed almost everything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
title "Original";
proc sgplot data=sashelp.class;
reg x=height y=weight / CLM CLI;
run;
&amp;nbsp;
title "Modified version";
proc sgplot data=sashelp.class;
reg x=height y=weight / CLM CLI lineattrs=(color=green) markerattrs=(color=red) 
clmattrs=(clmfillattrs=(color=blue)) cliattrs=(clilineattrs=(color=orange))
;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6295iCC5BB0ECF1074402/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Original REG.png" title="Original REG.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;versus&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/6296i54F45508B424CCF4/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Modfied REG.png" title="Modfied REG.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317714#M11108</guid>
      <dc:creator>snoopy369</dc:creator>
      <dc:date>2016-12-08T22:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors on a Standard Output FitPlot from ProcReg, or recreating it in PLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317718#M11109</link>
      <description>&lt;P&gt;Since your just tweaking the appearance for journal submission (as opposed to applying the change in a batch run), your best option is to probably use the ODS Graphics editor. On the ODS destination statement (HTML, in the case), add SGE=on to the statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods&lt;/FONT&gt;&amp;nbsp;&lt;FONT color="#0000ff"&gt;html sge=on;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;graphics&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;on&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;reg&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=good;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;MODEL&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; mv_glob_ap_diam=BSA/ &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;stb&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;clb&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;OUTPUT&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;OUT&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=OUTREG1 &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;P&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=PREDICT &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;R&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=RESID &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;RSTUDENT&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=RSTUDENT &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;COOKD&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=COOKD&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;run;&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;quit&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;graphics&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;off&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;You should see an addition node appear in the results viewer. Double-click on it, and the editor will appear with your graph. It is a "live" graph, so you can do things like:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;Change plot attributes&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;Move legends around&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;Edit titles/footnote/axis label&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;Annotate the graph&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;You cannot edit the data, though (that is by design). Give that try and see if it does everything you need.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;&lt;SPAN&gt;Thanks!&lt;BR /&gt;Dan&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:29:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317718#M11109</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-12-08T22:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors on a Standard Output FitPlot from ProcReg, or recreating it in PLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317723#M11110</link>
      <description>&lt;P&gt;The other option you have, by the way, if you're preferring to stay within PROC REG, is to change the styles in your current style template. &amp;nbsp;This is covered in great detail here:&amp;nbsp;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_odsgraph_sect045.htm#statug.odsgraph.stylineexample" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_odsgraph_sect045.htm#statug.odsgraph.stylineexample&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the "new" way to do what you were trying to do with GOPTIONS, which I don't think has any effect on ODS GRAPHICS but only works on&amp;nbsp;old-style graphics.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:35:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317723#M11110</guid>
      <dc:creator>snoopy369</dc:creator>
      <dc:date>2016-12-08T22:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors on a Standard Output FitPlot from ProcReg, or recreating it in PLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317725#M11111</link>
      <description>&lt;P&gt;Thank you VERY much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I basically want to be able to change the color of the data points, and the shading of the 95% confidence interval between the limit lines, as well as the actual fit line, but leave the rest of the appearance in the "fit plot" the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will play with this. &amp;nbsp;I really appreciate it. &amp;nbsp;i have to remake ~ 10 graphs and this helps me for the future as well.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:42:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317725#M11111</guid>
      <dc:creator>cakemonster</dc:creator>
      <dc:date>2016-12-08T22:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors on a Standard Output FitPlot from ProcReg, or recreating it in PLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317726#M11112</link>
      <description>&lt;P&gt;I will try this as well. &amp;nbsp;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:43:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317726#M11112</guid>
      <dc:creator>cakemonster</dc:creator>
      <dc:date>2016-12-08T22:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors on a Standard Output FitPlot from ProcReg, or recreating it in PLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317727#M11113</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:44:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317727#M11113</guid>
      <dc:creator>cakemonster</dc:creator>
      <dc:date>2016-12-08T22:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors on a Standard Output FitPlot from ProcReg, or recreating it in PLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317730#M11114</link>
      <description>&lt;P&gt;Can you show me how to make the lines bordering the confidence interval "broken" or dashed as they are in the original image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:51:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317730#M11114</guid>
      <dc:creator>cakemonster</dc:creator>
      <dc:date>2016-12-08T22:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Colors on a Standard Output FitPlot from ProcReg, or recreating it in PLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317732#M11115</link>
      <description>&lt;P&gt;Using snoopy's example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;cliattrs&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;clilineattrs&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;color&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;orange pattern=dash&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 08 Dec 2016 22:53:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Changing-Colors-on-a-Standard-Output-FitPlot-from-ProcReg-or/m-p/317732#M11115</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-12-08T22:53:33Z</dc:date>
    </item>
  </channel>
</rss>

