Up
|
English
グラフの色
作成: 2004-11-08
更新: 2006-12-14
GrayLevel
プログラム
Show[ Graphics[ Plot[ Sin[x], {x, -2*Pi, 2*Pi}, AspectRatio -> Automatic, PlotStyle -> {GrayLevel[0.8]} ] ] ]
実行
RGBColor
プログラム
Show[ Graphics[ Plot[ Sin[x], {x, -2*Pi, 2*Pi}, AspectRatio -> Automatic, PlotStyle -> {RGBColor[1, 0, 0]} ] ] ]
実行