<?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: What attributes are used for gridlines in sgplot? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/What-attributes-are-used-for-gridlines-in-sgplot/m-p/679557#M20419</link>
    <description>&lt;P&gt;Thank you ghosh for this super helpful reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For anyone with a similar issue this is a great tip sheet also&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/rnd/app/ODSGraphics/TipSheet_GraphStyle.pdf" target="_blank"&gt;https://support.sas.com/rnd/app/ODSGraphics/TipSheet_GraphStyle.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It addressed 2 related issues I was having, 1) I didn't know what style sheet I was using with sgplot; and 2) the info I needed was in the "parent" style not the style I was using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;source styles.pearl / expand;*style &amp;amp; parents;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2020 17:00:53 GMT</pubDate>
    <dc:creator>lucydog</dc:creator>
    <dc:date>2020-08-26T17:00:53Z</dc:date>
    <item>
      <title>What attributes are used for gridlines in sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/What-attributes-are-used-for-gridlines-in-sgplot/m-p/679224#M20412</link>
      <description>&lt;P&gt;How can I find out what attributes (thickness/color/pattern) are used for default axis gridlines in proc sgplot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using "prog sgplot", I specify grid option for yaxis as follows:&lt;BR /&gt;proc sgplot data=xxx;&lt;BR /&gt;....&lt;BR /&gt;yaxis label="Percent" values=(0 to 0.2 by 0.05) grid;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I am creating a graph template and want to have the same gridlines that sgplot uses by default. But I need to specify the attributes (thickness/color/pattern) and I don't know what they are or how to find them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 17:36:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/What-attributes-are-used-for-gridlines-in-sgplot/m-p/679224#M20412</guid>
      <dc:creator>lucydog</dc:creator>
      <dc:date>2020-08-25T17:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: What attributes are used for gridlines in sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/What-attributes-are-used-for-gridlines-in-sgplot/m-p/679257#M20413</link>
      <description>&lt;P&gt;The default gridline attributes come from the GraphGridLines style element in the active ODS style.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 19:07:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/What-attributes-are-used-for-gridlines-in-sgplot/m-p/679257#M20413</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-08-25T19:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: What attributes are used for gridlines in sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/What-attributes-are-used-for-gridlines-in-sgplot/m-p/679297#M20414</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
 list styles; /*  list  available styles;*/
 source styles.htmlblue; /* contents of htmlblue style*/
 source styles.statistical; /* contents of statistical style 
  where you will find reference to styles for grid lines and background */
 run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Aug 2020 21:18:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/What-attributes-are-used-for-gridlines-in-sgplot/m-p/679297#M20414</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-08-25T21:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: What attributes are used for gridlines in sgplot?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/What-attributes-are-used-for-gridlines-in-sgplot/m-p/679557#M20419</link>
      <description>&lt;P&gt;Thank you ghosh for this super helpful reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For anyone with a similar issue this is a great tip sheet also&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/rnd/app/ODSGraphics/TipSheet_GraphStyle.pdf" target="_blank"&gt;https://support.sas.com/rnd/app/ODSGraphics/TipSheet_GraphStyle.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It addressed 2 related issues I was having, 1) I didn't know what style sheet I was using with sgplot; and 2) the info I needed was in the "parent" style not the style I was using&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;source styles.pearl / expand;*style &amp;amp; parents;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 17:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/What-attributes-are-used-for-gridlines-in-sgplot/m-p/679557#M20419</guid>
      <dc:creator>lucydog</dc:creator>
      <dc:date>2020-08-26T17:00:53Z</dc:date>
    </item>
  </channel>
</rss>

