在SAS统计图形程序中指定颜色
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在SAS统计图形程序中指定颜色相关的知识,希望对你有一定的参考价值。
If you want to see some of the color names that SAS recognizes, run the following statements, which will print a list of colors to the SAS log:
proc registry list startat="COLORNAMES"; run;
以上是关于在SAS统计图形程序中指定颜色的主要内容,如果未能解决你的问题,请参考以下文章