|
| |
|
|
|
![]() |
|
|
散布図の縦軸、横軸の長さを制御する
[OS]ALL
[リリース] ALL
[キーワード] GRAPH, GPLOT, BASE, AXIS, SIZE, LENGTH
[質問]散布図の縦軸と横軸の長さを同じにしたいのですが、軸の長さを変更する方法を教えてください。
[回答]
AXISステートメントのLENGTHオプションを使用して制御できます。
axis1 length=7 cm;
proc gplot data=sasuser.class;
plot weight*height / vaxis=axis1 haxis=axis1
;
run;
quit;
[参考]
|
|||||
![]() |
| Contact Us | Terms of Use & Legal Information | Privacy Statement | 個人情報の取り扱いについて | Copyright © 2008 SAS Institute Inc. All Rights Reserved |