|
| |
|
|
|
![]() |
|
|
PATTERNステートメントの指定が有効にならない
[OS]ALL
[リリース] 5.18, 6.07, 6.08, 6.09, 6.10
[キーワード] graph, pattern, statement, color=, option, goptions, color, list
[質問]
以下のプログラムのように、PATTERNステートメントを使ってグラフの模様をそれぞれ指定したのですが、PATTERN1ステートメントしか適用されません。
pattern1 v=l1 ;
pattern2 v=r1 ;
proc gchart data=sasuser.class;
vbar weight / subgroup=sex ;
run; quit;
[回答]
PATTERNステートメントにCOLOR=オプションが指定されていない場合、デバイスのカラーリストにもとづいて、1つのPATTERNステートメントが繰り返し使われます。
|
|||||
![]() |
| Contact Us | Terms of Use & Legal Information | Privacy Statement | 個人情報の取り扱いについて | Copyright © 2008 SAS Institute Inc. All Rights Reserved |