SAS中文论坛

 找回密码
 立即注册

扫一扫,访问微社区

查看: 837|回复: 0
打印 上一主题 下一主题

Merry Christmas!

[复制链接]

49

主题

76

帖子

1462

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
1462
楼主
 楼主| 发表于 2011-12-17 00:15:18 | 只看该作者

Merry Christmas!

From Dapangmao's blog on sas-analysis

<div class="separator" style="clear: both; text-align: center;"><a href="http://1.bp.blogspot.com/-fLJDI1_HKBk/TuJwTU6D7pI/AAAAAAAAA4Y/BjcoCfRSfbQ/s1600/SGPlot.png" imageanchor="1" style="margin-left:1em; margin-right:1em"><img border="0" height="300" width="400" src="http://1.bp.blogspot.com/-fLJDI1_HKBk/TuJwTU6D7pI/AAAAAAAAA4Y/BjcoCfRSfbQ/s400/SGPlot.png" /></a></div>Just for fun.<br />
<pre style="background-color: #ebebeb; border: 1px dashed rgb(153, 153, 153); color: #000001; font-size: 14px; line-height: 14px; overflow: auto; padding: 5px; width: 100%;"><code>
data cars;
   set sashelp.cars;
   length label $10.;
   keep invoice weight enginesize type label;
   if _n_ = 1 then label = 'Merry';
   if _n_ = 50 then label = 'Christmas';
run;

proc sgplot data = cars noautolegend;
   bubble x = invoice y = weight size = enginesize / group = type datalabel = label datalabelattrs=(color=red
      family="garamond" style=italic size=45 weight= bold) transparency=0.4;
   xaxis max = 80000 label = ' '; yaxis label = ' ' max = 6000;
run;
</code></pre><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3256159328630041416-6808679316074453838?l=www.sasanalysis.com' alt='' /></div><img src="http://feeds.feedburner.com/~r/SasAnalysis/~4/FkRTCdalAcQ" height="1" width="1"/>
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|小黑屋|手机版|Archiver|SAS中文论坛  

GMT+8, 2025-5-8 00:12 , Processed in 0.069315 second(s), 22 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表