<?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: Controlling Marker Size Individually in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285900#M10135</link>
    <description>&lt;P&gt;Add a column to your data in which all the values are same (say 1) and the value for the last visit is larger (say 2). &amp;nbsp;use this column with the SIZE= role. &amp;nbsp;You can also use the BRADIUSMIN&amp;nbsp;and &lt;SPAN&gt;BRADIUSMAX&lt;/SPAN&gt;&amp;nbsp;options to control the sizing.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 17:25:55 GMT</pubDate>
    <dc:creator>Jay54</dc:creator>
    <dc:date>2016-07-20T17:25:55Z</dc:date>
    <item>
      <title>Controlling Marker Size Individually</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285862#M10131</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to control marker size by timepoints ? I want the marker size little bit bigger for the last visit for each patient.&lt;/P&gt;&lt;P&gt;I am using PROC SGPLOT and doing line plot of lab values by visit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 16:38:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285862#M10131</guid>
      <dc:creator>Leo9</dc:creator>
      <dc:date>2016-07-20T16:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Marker Size Individually</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285879#M10132</link>
      <description>&lt;P&gt;GTL SCATTERPLOT has a SIZERESPONSE=num-variable option, so you can size each marker by the value in this column. &amp;nbsp;See GTL documentation. &amp;nbsp;Alternatively, you can use the SGPLOT BUBBLE plot to draw circular markers with size variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=sashelp.class;&lt;BR /&gt;&amp;nbsp; bubble x=height y=weight size=age;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 17:06:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285879#M10132</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-07-20T17:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Marker Size Individually</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285888#M10133</link>
      <description>&lt;P&gt;Thanks. I want to control size of only one last marker (for last visit). Is there any option in SGPLOT to do that ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 17:11:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285888#M10133</guid>
      <dc:creator>Leo9</dc:creator>
      <dc:date>2016-07-20T17:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Marker Size Individually</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285896#M10134</link>
      <description>&lt;P&gt;There is a way to do this using discrete attribute maps. To give you a detailed solution, I would need to see your SGPLOT code.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 17:22:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285896#M10134</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-07-20T17:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Controlling Marker Size Individually</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285900#M10135</link>
      <description>&lt;P&gt;Add a column to your data in which all the values are same (say 1) and the value for the last visit is larger (say 2). &amp;nbsp;use this column with the SIZE= role. &amp;nbsp;You can also use the BRADIUSMIN&amp;nbsp;and &lt;SPAN&gt;BRADIUSMAX&lt;/SPAN&gt;&amp;nbsp;options to control the sizing.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 17:25:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Controlling-Marker-Size-Individually/m-p/285900#M10135</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-07-20T17:25:55Z</dc:date>
    </item>
  </channel>
</rss>

