Up
|
English
座標軸等の表現
作成: 2006-12-15
更新: 2006-12-15
プログラム
Show[ Graphics[ Plot[ x*x, {x, -3, 3}, PlotRange -> {{-2.5, 2.5}, {-1, 6.5}}, PlotLabel -> StyleForm[ "y = x^2\n\n"], FontSize -> 18 ], Frame -> False, Axes -> {True, True}, AxesLabel -> { StyleForm["x", FontSize -> 14], StyleForm["y", FontSize -> 14] }, AxesStyle -> {RGBColor[0.5, 0.5, 0.8], Thickness[0.001]}; AspectRatio -> Automatic ] ] ]
実行