<?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 change circle to triangle symbol in Proc SGPLOT in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675224#M20347</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;scatter x=a y=b / markerattrs=(symbol=triangle) ; &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 07 Aug 2020 11:33:14 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-08-07T11:33:14Z</dc:date>
    <item>
      <title>How to change circle to triangle symbol in Proc SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675223#M20346</link>
      <description>&lt;P&gt;1. It is all circles but for specific points i want to change to triangles instead of circle. Please find below output graph.&lt;/P&gt;&lt;P&gt;2. Also just before the double headed arrow i want to mention dot count which i have in annotated dataset.&lt;/P&gt;&lt;P&gt;Please tell me which options i need to use in annotated dataset.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods html path  = "C:\Users\xxx\Desktop\test"
gpath = "C:\Users\xxx\Desktop\test" 
file  = "Test.html";
ods graphics on / imagefmt = gif; 
ods graphics on / width=1800px height=1100px;
ods graphics on / reset=index imagename = "Kebab"; 

data temp;
	a=0;b=10; output;
	a=10;b=0; output;
run;

proc sgplot data=temp sganno=anno noborder;
	scatter x=a y=b  ; 
	refline 1/ axis= x;
	title "Performance drivers";  
xaxis min=50 max=100 display=all offsetmin=0.3 offsetmax=0.05 
		  type=linear  values=(50 to 100 by 5);
	yaxis min=1 max=8 display=none offsetmin=0.05 offsetmax=0.05;
	
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="output.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/48045i1405F22AA9F963EF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="output.png" alt="output.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 11:28:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675223#M20346</guid>
      <dc:creator>rakul</dc:creator>
      <dc:date>2020-08-07T11:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change circle to triangle symbol in Proc SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675224#M20347</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;scatter x=a y=b / markerattrs=(symbol=triangle) ; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Aug 2020 11:33:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675224#M20347</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-07T11:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to change circle to triangle symbol in Proc SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675229#M20348</link>
      <description>&lt;P&gt;Thank for this. I will try.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also can you tell me how to update dot count before arrow.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 11:53:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675229#M20348</guid>
      <dc:creator>rakul</dc:creator>
      <dc:date>2020-08-07T11:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to change circle to triangle symbol in Proc SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675233#M20349</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/340465"&gt;@rakul&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also can you tell me how to update dot count before arrow.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know what this means.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 12:22:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675233#M20349</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-08-07T12:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to change circle to triangle symbol in Proc SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675247#M20350</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/340465"&gt;@rakul&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank for this. I will try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also can you tell me how to update dot count before arrow.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Since the data and code you show do not come anywhere near to producing a graph like you show then you need to provide example data in the form of a data step.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2020 14:36:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675247#M20350</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-08-07T14:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to change circle to triangle symbol in Proc SGPLOT</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675256#M20351</link>
      <description>Because you want to do it conditionally I would suggest using a data attribute map and controlling your symbols from that data set. &lt;BR /&gt;See examples and instructions here:&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n18szqcwir8q2nn10od9hhdh2ksj.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=grstatproc&amp;amp;docsetTarget=n18szqcwir8q2nn10od9hhdh2ksj.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;</description>
      <pubDate>Fri, 07 Aug 2020 15:30:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/How-to-change-circle-to-triangle-symbol-in-Proc-SGPLOT/m-p/675256#M20351</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2020-08-07T15:30:02Z</dc:date>
    </item>
  </channel>
</rss>

