<?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 removing axes in a bubble plot in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274946#M9812</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm experimenting with the bubble statement in sgplot to duplicate some code done in proc template.&amp;nbsp; I need to strip out all axes in the plot produced by:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data test;&lt;/P&gt;
&lt;P&gt;x=1; y=2; size=68; output;&lt;/P&gt;
&lt;P&gt;x=2; y=2; size=49; output;&lt;/P&gt;
&lt;P&gt;x=3; y=2; size=77; output;&lt;/P&gt;
&lt;P&gt;x=4; y=2; size=6 ; output;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;x=1; y=1; size=70; output;&lt;/P&gt;
&lt;P&gt;x=2; y=1; size=46; output;&lt;/P&gt;
&lt;P&gt;x=3; y=1; size=73; output;&lt;/P&gt;
&lt;P&gt;x=4; y=1; size=10; output;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods html;&lt;/P&gt;
&lt;P&gt;proc sgplot data=test;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;bubble x=x y=y size=size/datalabel=size&lt;/P&gt;
&lt;P&gt;&amp;nbsp; colormodel=(red blue green brown)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; colorresponse=x&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fill&lt;/P&gt;
&lt;P&gt;&amp;nbsp; transparency=.5&lt;/P&gt;
&lt;P&gt;&amp;nbsp; datalabelpos=center&lt;/P&gt;
&lt;P&gt;&amp;nbsp; datalabelattrs=(color=black);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eventually I also want to make the overall bubble sizes a bit larger and the edges fade out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2016 13:44:42 GMT</pubDate>
    <dc:creator>BenConner</dc:creator>
    <dc:date>2016-06-03T13:44:42Z</dc:date>
    <item>
      <title>removing axes in a bubble plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274946#M9812</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm experimenting with the bubble statement in sgplot to duplicate some code done in proc template.&amp;nbsp; I need to strip out all axes in the plot produced by:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data test;&lt;/P&gt;
&lt;P&gt;x=1; y=2; size=68; output;&lt;/P&gt;
&lt;P&gt;x=2; y=2; size=49; output;&lt;/P&gt;
&lt;P&gt;x=3; y=2; size=77; output;&lt;/P&gt;
&lt;P&gt;x=4; y=2; size=6 ; output;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;x=1; y=1; size=70; output;&lt;/P&gt;
&lt;P&gt;x=2; y=1; size=46; output;&lt;/P&gt;
&lt;P&gt;x=3; y=1; size=73; output;&lt;/P&gt;
&lt;P&gt;x=4; y=1; size=10; output;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;title;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods html;&lt;/P&gt;
&lt;P&gt;proc sgplot data=test;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;bubble x=x y=y size=size/datalabel=size&lt;/P&gt;
&lt;P&gt;&amp;nbsp; colormodel=(red blue green brown)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; colorresponse=x&lt;/P&gt;
&lt;P&gt;&amp;nbsp; fill&lt;/P&gt;
&lt;P&gt;&amp;nbsp; transparency=.5&lt;/P&gt;
&lt;P&gt;&amp;nbsp; datalabelpos=center&lt;/P&gt;
&lt;P&gt;&amp;nbsp; datalabelattrs=(color=black);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eventually I also want to make the overall bubble sizes a bit larger and the edges fade out.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 13:44:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274946#M9812</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2016-06-03T13:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: removing axes in a bubble plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274953#M9813</link>
      <description>&lt;P&gt;ods html;&lt;BR /&gt;ods graphics / reset width=6in height=2in noscale;&lt;BR /&gt;proc sgplot data=test noborder;&lt;BR /&gt;bubble x=x y=y size=size/datalabel=size&lt;BR /&gt; colormodel=(red blue green brown)&lt;BR /&gt; colorresponse=x&lt;BR /&gt; fill bradiusmax=36&lt;BR /&gt; transparency=.5&lt;BR /&gt; datalabelpos=center&lt;BR /&gt; datalabelattrs=(color=black)&lt;BR /&gt; datalabelattrs=(size=9 weight=bold);&lt;BR /&gt;xaxis display=none;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no feature for edge fading. &amp;nbsp;You can use DataSkins to get other effects.&lt;BR /&gt;yaxis display=none;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 14:07:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274953#M9813</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-06-03T14:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: removing axes in a bubble plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274958#M9814</link>
      <description>&lt;P&gt;Thanks, Sanjay!&amp;nbsp; Is there a way to lose the gradient bar on the right side?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 14:15:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274958#M9814</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2016-06-03T14:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: removing axes in a bubble plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274968#M9815</link>
      <description>&lt;P&gt;You will probably want to do this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=test nowall noborder;&lt;/P&gt;
&lt;P&gt;xaxis display=none;&lt;/P&gt;
&lt;P&gt;yaxis display=none;&lt;/P&gt;
&lt;P&gt;.....&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 14:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274968#M9815</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-06-03T14:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: removing axes in a bubble plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274981#M9816</link>
      <description>&lt;P&gt;To get rid of the gradient legend:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sgplot data=test noautolegend;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 15:04:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/274981#M9816</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2016-06-03T15:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: removing axes in a bubble plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/275000#M9821</link>
      <description>&lt;P&gt;&lt;A href="http://blogs.sas.com/content/graphicallyspeaking/2016/06/03/good-graph-magnitude-comparisons//" target="_blank"&gt;http://blogs.sas.com/content/graphicallyspeaking/2016/06/03/good-graph-magnitude-comparisons//&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 15:50:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/275000#M9821</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2016-06-03T15:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: removing axes in a bubble plot</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/275005#M9822</link>
      <description>&lt;P&gt;Hi Sanjay,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the link and insight.&amp;nbsp; I had carefully avoided bringing up the choice of visual presentation as the client had chosen that and approved the representation.&amp;nbsp; So I was stuck.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp; But I couldn't agree more on the thoughts of when and when not to use bubble charts.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--Ben&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 15:59:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/removing-axes-in-a-bubble-plot/m-p/275005#M9822</guid>
      <dc:creator>BenConner</dc:creator>
      <dc:date>2016-06-03T15:59:22Z</dc:date>
    </item>
  </channel>
</rss>

