<?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: Change line style in ODS graph, Proc Glimmix in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234128#M32</link>
    <description>great, thank you for the detailed answer!</description>
    <pubDate>Tue, 10 Nov 2015 22:04:29 GMT</pubDate>
    <dc:creator>jlajla</dc:creator>
    <dc:date>2015-11-10T22:04:29Z</dc:date>
    <item>
      <title>Change line style in ODS graph, Proc Glimmix</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234109#M28</link>
      <description>&lt;P&gt;I'm using SAS Studio &amp;amp; I've plotted a mean response profile for two groups. How do I change the appearance of one line so that the groups can be differentiated in black &amp;amp; white? For instance, how do I make one line dashed, etc.?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS graphics on;&lt;BR /&gt;Proc Glimmix data=new;&lt;BR /&gt;class visit group;&lt;BR /&gt;model fact = visit group visit*group;&lt;BR /&gt;lsmeans visit*group / plots=(meanplot( join sliceby=trt));&lt;BR /&gt;Label fact= 'Mean Score'; &lt;BR /&gt;Label visit='Follow-Up Visit';&lt;BR /&gt;title 'Mean Score at Each Visit';&lt;BR /&gt;run;&lt;BR /&gt;ODS graphics off; quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 20:40:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234109#M28</guid>
      <dc:creator>jlajla</dc:creator>
      <dc:date>2015-11-10T20:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Change line style in ODS graph, Proc Glimmix</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234113#M29</link>
      <description>&lt;P&gt;Your best option might be to just change your ODS style in SAS Studio to use the "journal" style instead of the default (which is probably "HTMLBlue").&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 20:54:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234113#M29</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-11-10T20:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change line style in ODS graph, Proc Glimmix</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234116#M30</link>
      <description>&lt;P&gt;Perfect, thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know if there is another option using coding? I'm still new at SAS so trying to learn...&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 21:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234116#M30</guid>
      <dc:creator>jlajla</dc:creator>
      <dc:date>2015-11-10T21:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Change line style in ODS graph, Proc Glimmix</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234118#M31</link>
      <description>&lt;P&gt;More than likely, this was your best option. Glimmix (and other stat procs like it) are using GTL templates to define their graphics. It is possible for users to edit these templates to make customizations. However, judging by the Glimmix request, there was probably a grouping variable involved that causing the graph renderer to cycle through the style attributes. For the HTMLBlue style, the line patterns are set to be solid for the first twelve group values, which is why you just saw solid lines. Most other styles (Listing, Statistical, etc.) would change both color and line pattern for each group value. I pointed you to Journal because it is optimized for &amp;nbsp;grayscale output. If you need pure black and white output, you should also give Journal2 a try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 21:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234118#M31</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2015-11-10T21:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Change line style in ODS graph, Proc Glimmix</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234128#M32</link>
      <description>great, thank you for the detailed answer!</description>
      <pubDate>Tue, 10 Nov 2015 22:04:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Change-line-style-in-ODS-graph-Proc-Glimmix/m-p/234128#M32</guid>
      <dc:creator>jlajla</dc:creator>
      <dc:date>2015-11-10T22:04:29Z</dc:date>
    </item>
  </channel>
</rss>

