<?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: Best way to create a template/style following Stephen Few's book? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241849#M8781</link>
    <description>&lt;P&gt;This is a very common topic at conferences, so there are multiple papers written about how to use PROC TEMPLATE to create a custom style.&amp;nbsp; Go to your favorite internet search engine and search for&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; sas "proc template" style&lt;/P&gt;
&lt;P&gt;If you want to restrict yourself to SAS papers and documentation, add&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; site:sas.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want a reference book, Kevin Smith wrote the book &lt;EM&gt;PROC TEMPLATE Made Easy.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2016 16:07:28 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2016-01-05T16:07:28Z</dc:date>
    <item>
      <title>Best way to create a template/style following Stephen Few's book?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241509#M8768</link>
      <description>&lt;P&gt;Hi everyone (and happy new year!),&lt;/P&gt;
&lt;P&gt;I've just &amp;nbsp;got my hands on Stephen Few's "Show me the numbers" and would like to implement to most basics advice automatically by creating a template/style. &amp;nbsp;Has anyone already created a template that would set the layout automatically (colors, borders, font,..) ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2016 16:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241509#M8768</guid>
      <dc:creator>morglum</dc:creator>
      <dc:date>2016-01-02T16:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create a template/style following Stephen Few's book?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241515#M8769</link>
      <description>&lt;P&gt;SAS supports CSS in many procedures so you can use that. I don't know about Stephen Few's CSS, but Edward Tufte has a CSS out that may be helpful. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/edwardtufte/tufte-css" target="_blank"&gt;https://github.com/edwardtufte/tufte-css&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And SAS's documentation on CSS:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/rnd/base/ods/templateFAQ/Template_csstyle.html" target="_blank"&gt;http://support.sas.com/rnd/base/ods/templateFAQ/Template_csstyle.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'd also be interested in a Stephen Few/Edward Tufte SAS/CSS style sheet. I find design not entirely SAS forte.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Jan 2016 21:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241515#M8769</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-02T21:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create a template/style following Stephen Few's book?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241581#M8774</link>
      <description>&lt;P&gt;Thanks Reeza for the links. &amp;nbsp;I wasnt aware of it and it looks great. &amp;nbsp;I'll give it a look as it is very interesting and a good starting point, but I'm afraid learning CSS will have to wait as work is resuming soon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 00:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241581#M8774</guid>
      <dc:creator>morglum</dc:creator>
      <dc:date>2016-01-04T00:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create a template/style following Stephen Few's book?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241684#M8776</link>
      <description>&lt;P&gt;I recommend investigating the various SAS supplied style templates. If one is close to what you need then modifying a few elements is going to be much easier than creating one from scratch.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a couple of small example data sets to print and graph basic elements and then write a program that loops over the various installed styles to create a document with the same output using the various styles.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 17:09:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241684#M8776</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-01-04T17:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create a template/style following Stephen Few's book?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241849#M8781</link>
      <description>&lt;P&gt;This is a very common topic at conferences, so there are multiple papers written about how to use PROC TEMPLATE to create a custom style.&amp;nbsp; Go to your favorite internet search engine and search for&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; sas "proc template" style&lt;/P&gt;
&lt;P&gt;If you want to restrict yourself to SAS papers and documentation, add&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; site:sas.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want a reference book, Kevin Smith wrote the book &lt;EM&gt;PROC TEMPLATE Made Easy.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 16:07:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/241849#M8781</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-01-05T16:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create a template/style following Stephen Few's book?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/242956#M8813</link>
      <description>&lt;P&gt;It's not perfect, but here's my template, along with examples of use with proc report and proc sgplot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;** EDIT&amp;nbsp;&amp;nbsp;here's my new shade of &amp;nbsp;light grey for background shading.&lt;BR /&gt;%let verylightgrey = %rgb(245,245,245);&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 14:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/242956#M8813</guid>
      <dc:creator>morglum</dc:creator>
      <dc:date>2016-01-13T14:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create a template/style following Stephen Few's book?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/242978#M8816</link>
      <description>&lt;P&gt;Thank You!!!&lt;/P&gt;
&lt;P&gt;That looks like a nice style. I've placed a copy on github for quick access in the future and if I update it, I'll post it there as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;</description>
      <pubDate>Tue, 12 Jan 2016 17:39:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/242978#M8816</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-12T17:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create a template/style following Stephen Few's book?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/242997#M8820</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;One thing I'm looking for is the ability to set different a color palette for small objects vs larger objects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, lines would use the medium palette, while bars would use the light palette.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2016 18:18:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/242997#M8820</guid>
      <dc:creator>morglum</dc:creator>
      <dc:date>2016-01-12T18:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Best way to create a template/style following Stephen Few's book?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/243207#M8825</link>
      <description>&lt;P&gt;I've changed the background shading of the alternate rows. &amp;nbsp;Here's my new shade of grey.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*** very light grey est utilisé pour le background shading;&lt;BR /&gt;%let verylightgrey = %rgb(245,245,245);&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 14:36:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Best-way-to-create-a-template-style-following-Stephen-Few-s-book/m-p/243207#M8825</guid>
      <dc:creator>morglum</dc:creator>
      <dc:date>2016-01-13T14:36:34Z</dc:date>
    </item>
  </channel>
</rss>

