<?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: How to draw a Triangle SAMPLE Plot by use a given dataset? in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185532#M6830</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Prof. Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I read the link you mentioned below. Since this is my first time to use SAS do the Triangle plot, and I am not very familiar with the GTL. Yes, SAS 9.3 has such statement is more easy to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Apr 2014 00:41:13 GMT</pubDate>
    <dc:creator>Jack2012</dc:creator>
    <dc:date>2014-04-19T00:41:13Z</dc:date>
    <item>
      <title>How to draw a Triangle SAMPLE Plot by use a given dataset?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185527#M6825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ALL,&lt;/P&gt;&lt;P&gt;Just see a blog addressing that a Triangle Plot can be plotted by use the sample graph code. The author modified the dataset in SAS example, but I found there should be something wrong, as the dataset finally is not right, and also with the defined template, I can't get the plot below:&lt;/P&gt;&lt;P&gt;in sum,&amp;nbsp; please help me: 1. correct the code in DATA tumor_ module; 2. correct the TEMPLATE so that can produce the sample graph I uploaded.&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Triangle Plot.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/6030_Triangle Plot.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;data Tumor;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; infile datalines missover;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; input ID Time Dead Dose P1-P15;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; label ID='Subject ID';&lt;BR /&gt;&amp;nbsp;&amp;nbsp; datalines;&lt;BR /&gt; 1 47 1&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 5&amp;nbsp; 6&amp;nbsp; 8 10 10 10 10&lt;BR /&gt; 2 71 1&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1 1 1 1&lt;BR /&gt; 3 81 0&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1 1 1 1&lt;BR /&gt; 4 81 0&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0 0 0 0&lt;BR /&gt; 5 81 0&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0 0 0 0&lt;BR /&gt; 6 65 1&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1 1&lt;BR /&gt; 7 71 0&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0 0 0 0&lt;BR /&gt; 8 69 0&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0 0 0&lt;BR /&gt; 9 67 1&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 3 3 3&lt;BR /&gt;10 81 0&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0 0 0 0&lt;BR /&gt;11 37 1&amp;nbsp; 1.0&amp;nbsp; 9&amp;nbsp; 9&amp;nbsp; 9&lt;BR /&gt;12 81 0&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0 0 0 0&lt;BR /&gt;13 77 0&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1 1 1 1&lt;BR /&gt;14 81 0&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0 0 0 0&lt;BR /&gt;15 81 0&amp;nbsp; 1.0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0 0 0 0&lt;BR /&gt;16 54 0&amp;nbsp; 2.5&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&lt;BR /&gt;17 53 0&amp;nbsp; 2.5&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 0&lt;BR /&gt;18 38 0&amp;nbsp; 2.5&amp;nbsp; 5 13 14&lt;BR /&gt;19 54 0&amp;nbsp; 2.5&amp;nbsp; 2&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&lt;BR /&gt;20 51 1&amp;nbsp; 2.5 15 15 15 16 16 17 17 17 17 17 17&lt;BR /&gt;21 47 1&amp;nbsp; 2.5 13 20 20 20 20 20 20 20&lt;BR /&gt;22 27 1&amp;nbsp; 2.5 22&lt;BR /&gt;23 41 1&amp;nbsp; 2.5&amp;nbsp; 6 13 13 13&lt;BR /&gt;24 49 1&amp;nbsp; 2.5&amp;nbsp; 0&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 3&lt;BR /&gt;25 53 0&amp;nbsp; 2.5&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&amp;nbsp; 1&lt;BR /&gt;26 50 1&amp;nbsp; 2.5&amp;nbsp; 0&amp;nbsp; 0&amp;nbsp; 2&amp;nbsp; 3&amp;nbsp; 4&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&lt;BR /&gt;27 37 1&amp;nbsp; 2.5&amp;nbsp; 3 15 15&lt;BR /&gt;28 49 1&amp;nbsp; 2.5&amp;nbsp; 2&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 3&amp;nbsp; 4&amp;nbsp; 4&amp;nbsp; 4&amp;nbsp; 4&lt;BR /&gt;29 46 1&amp;nbsp; 2.5&amp;nbsp; 4&amp;nbsp; 6&amp;nbsp; 7&amp;nbsp; 9&amp;nbsp; 9&amp;nbsp; 9&amp;nbsp; 9&lt;BR /&gt;30 48 0&amp;nbsp; 2.5 15 26 26 26 26 26 26 26&lt;BR /&gt;31 54 0 10.0 12 14 15 15 15 15 15 15 15 15 15 15&lt;BR /&gt;32 37 1 10.0 12 16 17&lt;BR /&gt;33 53 1 10.0&amp;nbsp; 3&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&amp;nbsp; 6&lt;BR /&gt;34 45 1 10.0&amp;nbsp; 4 12 15 20 20 20&lt;BR /&gt;35 53 0 10.0&amp;nbsp; 6 10 13 13 13 15 15 15 15 15 15 20&lt;BR /&gt;36 49 1 10.0&amp;nbsp; 0&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&amp;nbsp; 2&lt;BR /&gt;37 39 0 10.0&amp;nbsp; 7&amp;nbsp; 8&amp;nbsp; 8&lt;BR /&gt;38 27 1 10.0 17&lt;BR /&gt;39 49 1 10.0&amp;nbsp; 0&amp;nbsp; 6&amp;nbsp; 9 14 14 14 14 14 14&lt;BR /&gt;40 43 1 10.0 14 18 20 20 20&lt;BR /&gt;41 28 0 10.0&amp;nbsp; 8&lt;BR /&gt;42 34 1 10.0 11 18&lt;BR /&gt;43 45 1 10.0 10 12 16 16 16 16&lt;BR /&gt;44 37 1 10.0&amp;nbsp; 0&amp;nbsp; 1&amp;nbsp; 1&lt;BR /&gt;45 43 1 10.0&amp;nbsp; 9 19 19 19 19&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;data tumor_;&lt;BR /&gt; set tumor;&lt;BR /&gt; drop p11-p15;&lt;BR /&gt;run;&lt;BR /&gt;/*==============NOTE TO BELOW COMMENTS================*/&lt;BR /&gt;/*There should be something wrong in the below data tumor1:*/&lt;BR /&gt;/*since droptime is defined as the last NUMBER of the variable with non-missing value;*/&lt;BR /&gt;/*for example: for subject id=1, the last nonmissing variable is P8, thus droptime=8,but the follwong code seems wrong*/&lt;BR /&gt;/*please help me to correct so that with this dataset, I can draw a sample graph*/&lt;BR /&gt;/*===================NOTE TO ABOVE COMMENTS================*/&lt;BR /&gt;/*Re-arrange the data so that we can plot the triangle plot */&lt;BR /&gt;data tumor1;&lt;BR /&gt; set tumor_;&lt;BR /&gt; ARRAY p[10];&lt;BR /&gt; do droptime=1 to DIM(p);&lt;BR /&gt;&amp;nbsp; if MISSING (p[droptime]) then LEAVE;&lt;BR /&gt; end;&lt;BR /&gt; droptime=droptime+1;&lt;BR /&gt; do MeasureTime=1 to dim(p);&lt;BR /&gt;&amp;nbsp; Npap=p[MeasureTime];&lt;BR /&gt;&amp;nbsp; output;&lt;BR /&gt; end;&lt;BR /&gt; keep ID MeasureTime Npap droptime;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;PROC MEANS data=tumor1 nway NOPRINT;&lt;BR /&gt; CLASS droptime MeasureTime;&lt;BR /&gt; VAR Npap;&lt;BR /&gt; OUTPUT OUT=meanout mean=mean_Npap;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;/*how should change thses code to ensure with the dataset meanout, I can produce a sample graph?*/&lt;BR /&gt;proc template;&lt;BR /&gt;&amp;nbsp; define statgraph scatterplot;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic _X_ _Y_ _VMCG_ _MSIZE_ _LMCG_;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; begingraph;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; entrytitle "Figure 1:";&lt;BR /&gt;&amp;nbsp; layout overlay;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; scatterplot x=_X_ y=_Y_ /name='sca' markercolorgradient=_VMCG_ markerattrs=(symbol=squarefilled size=_MSIZE_);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; discretelegend 'sca';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; continuouslegend 'sca'/orient=vertical halign=right title=_LMCG_;&lt;BR /&gt;&amp;nbsp; endlayout;&lt;BR /&gt; endgraph;&lt;BR /&gt;&amp;nbsp; end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods graphics on/width=1000 height=1000;&lt;BR /&gt;proc sgrender data=meanout template=scatterplot;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic _X_='MeasureTime' _Y_='DropTime' _VCMG_='mean_Npap' _MSIZE_='30pt' _LMCG_='Npap';&lt;BR /&gt; label MeasureTime="Measurment Time" DropTime="Dropout Time";&lt;BR /&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 13:40:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185527#M6825</guid>
      <dc:creator>Jack2012</dc:creator>
      <dc:date>2014-04-18T13:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a Triangle SAMPLE Plot by use a given dataset?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185528#M6826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have SAS 9.3, this will be a lot easier using the HeatMapParm statement.&lt;/P&gt;&lt;P&gt;See:&amp;nbsp; &lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2012/02/13/beer-daipers-and-heat-map/" title="http://blogs.sas.com/content/graphicallyspeaking/2012/02/13/beer-daipers-and-heat-map/"&gt; Beer, diapers and heat map - Graphically Speaking&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While the example here uses COLORGROUP=var, you can also use COLORRESPONSE=num-var.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 16:03:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185528#M6826</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2014-04-18T16:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a Triangle SAMPLE Plot by use a given dataset?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185529#M6827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The triangular part isn't appearing because you need a&amp;nbsp; (where=(mean_npap ne .)) data set option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also get warnings about the Continuouslegend assigned to a plot name that isn't assigned to any plot. Haven't figured that one out.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 17:21:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185529#M6827</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-04-18T17:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a Triangle SAMPLE Plot by use a given dataset?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185530#M6828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I replace markercolorgradient=_VMCG_ with the actual variable instead of the dynamic variable, markercolorgradient=mean_Npap then this works. Something about that option maybe doesn't like dynamic variables, though I don't see anything to that effect in the documentation.&lt;/P&gt;&lt;P&gt;I'm using SAS 9.2.3 on a Windows 7 platform. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 17:42:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185530#M6828</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-04-18T17:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a Triangle SAMPLE Plot by use a given dataset?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185531#M6829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ballardw,&lt;/P&gt;&lt;P&gt;Thank you so much. I just did as your advice and you are right.&lt;/P&gt;&lt;P&gt;But I have another question about the result: How to control the color in the right gradient? You can see the upper is right, but the sample is dark green (if I am right)&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Triangle Plot_2.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/6039_Triangle Plot_2.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 00:38:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185531#M6829</guid>
      <dc:creator>Jack2012</dc:creator>
      <dc:date>2014-04-19T00:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a Triangle SAMPLE Plot by use a given dataset?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185532#M6830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Prof. Sanjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I read the link you mentioned below. Since this is my first time to use SAS do the Triangle plot, and I am not very familiar with the GTL. Yes, SAS 9.3 has such statement is more easy to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2014 00:41:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185532#M6830</guid>
      <dc:creator>Jack2012</dc:creator>
      <dc:date>2014-04-19T00:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to draw a Triangle SAMPLE Plot by use a given dataset?</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185533#M6831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ColorMap= option allows you to override the default gradient used by the current active style. It appears that you would have to either add a new style element with the colors you want or may be able to use an existing element if it contains StartColor, NeutralColor and EndColor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or experiment with other SAS supplied styles to see if one fits your needs better.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 15:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-draw-a-Triangle-SAMPLE-Plot-by-use-a-given-dataset/m-p/185533#M6831</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-04-21T15:19:03Z</dc:date>
    </item>
  </channel>
</rss>

