<?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: Where to find descripton of connection between objects in Style Template and Graph Template? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/620825#M19363</link>
    <description>&lt;P&gt;Very nice paper Dan. You are really diving deep into&amp;nbsp;terminology of the templates!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still I would&amp;nbsp;like to find&amp;nbsp;some more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When and where&amp;nbsp;is e.g.&amp;nbsp;the template style&amp;nbsp;object&amp;nbsp;GCDATA2 used? In what plots? For what&amp;nbsp;graph style&amp;nbsp;elements?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the preconditions for using this object instead of&amp;nbsp;GDATA, GCDATA. GNDATA or&amp;nbsp;GNCDATA?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not expect you to answer these questions, but would be very happy if you point me in the right direction where to find this information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2020 14:57:21 GMT</pubDate>
    <dc:creator>Multipla99</dc:creator>
    <dc:date>2020-01-29T14:57:21Z</dc:date>
    <item>
      <title>Where to find descripton of connection between objects in Style Template and Graph Template?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/620800#M19360</link>
      <description>&lt;P&gt;Does anyone know if there is some kind of documentation that describes the connection between the different parts of a Style Template and the different parts of a Graph (Template). I'm trying to develop a Style Template in accordance with my organisation's colour scheme and graphical profile but has so far only worked on the basis of trial and error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below you can see what I have accomplished.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&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;template&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; styles.MyOrgProfile&lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;parent&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = styles.listing&lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphBoxMedian /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;linethickness&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;px&lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphBoxWhisker /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;2&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphColors /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gdata'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = #1E00BE &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata2'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = #329B46 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata3'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = #91289B &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gcdata4'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = #FFB309 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'ggrid'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = #8D90F5 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gaxis'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = #8D90F5 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'gtext'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = #8D90F5 &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'glabel'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = #8D90F5 &lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphGridLines /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;linethickness&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;px&lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphFonts /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'GraphValueFont'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;= (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"arial, &amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;pt)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'GraphLabelFont'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;= (&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"arial, &amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;pt)&lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphData1 /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphData2 /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphData3 /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;class&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; GraphData4 /&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;linestyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;end&lt;/FONT&gt;;&lt;/P&gt;&lt;P&gt;run;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 13:27:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/620800#M19360</guid>
      <dc:creator>Multipla99</dc:creator>
      <dc:date>2020-01-29T13:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find descripton of connection between objects in Style Template and Graph Template?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/620806#M19362</link>
      <description>&lt;P&gt;This paper I did in 2017 should help you a lot:&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings17/SAS0675-2017.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings17/SAS0675-2017.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Be sure to look at the diagram on page 2.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 13:51:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/620806#M19362</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-01-29T13:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find descripton of connection between objects in Style Template and Graph Template?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/620825#M19363</link>
      <description>&lt;P&gt;Very nice paper Dan. You are really diving deep into&amp;nbsp;terminology of the templates!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still I would&amp;nbsp;like to find&amp;nbsp;some more information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When and where&amp;nbsp;is e.g.&amp;nbsp;the template style&amp;nbsp;object&amp;nbsp;GCDATA2 used? In what plots? For what&amp;nbsp;graph style&amp;nbsp;elements?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the preconditions for using this object instead of&amp;nbsp;GDATA, GCDATA. GNDATA or&amp;nbsp;GNCDATA?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not expect you to answer these questions, but would be very happy if you point me in the right direction where to find this information.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 14:57:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/620825#M19363</guid>
      <dc:creator>Multipla99</dc:creator>
      <dc:date>2020-01-29T14:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find descripton of connection between objects in Style Template and Graph Template?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/620929#M19368</link>
      <description>&lt;P&gt;It will probably be easier to directly answer your question:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The color variables you listed below can be lumped into two categories: Fill Color (G) and Contrast Color (GC). Contrast colors are for coloring line, markers, and (sometimes) text (such as with grouped data labels). The GCDATA2 color is the "contrast color" in the GraphData2 data style element (see the section on data styles in my paper). The data style elements are used in a number of circumstances, such as grouped plots, autocycling of overlaid plots, and direct style references.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A simple example that would use the GCDATA2 color in GraphData2, would be the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class;&lt;/P&gt;
&lt;P&gt;scatter x=weight y=height / group=sex;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The markers from the second group will get the GCDATA2 color.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;BR /&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 18:06:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/620929#M19368</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-01-29T18:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find descripton of connection between objects in Style Template and Graph Template?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/621077#M19376</link>
      <description>&lt;P&gt;Thank you, Dan, it definitely helps my understadning&amp;nbsp;of this particular&amp;nbsp;style templates elements. It's exactly this kind of information I'm looking for but in a broader, more comprehensive, way, including all possible style template elements.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2020 07:59:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/621077#M19376</guid>
      <dc:creator>Multipla99</dc:creator>
      <dc:date>2020-01-30T07:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: Where to find descripton of connection between objects in Style Template and Graph Template?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/628541#M19532</link>
      <description>&lt;P&gt;There was definitely more informtion in your paper, Dan,&amp;nbsp;than I first noted! Sorry for not understanding until now.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Mar 2020 10:28:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Where-to-find-descripton-of-connection-between-objects-in-Style/m-p/628541#M19532</guid>
      <dc:creator>Multipla99</dc:creator>
      <dc:date>2020-03-01T10:28:07Z</dc:date>
    </item>
  </channel>
</rss>

