Scilab 5.4.1
- Scilab help
- Graphics
- 2d_plot
- LineSpec
- Matplot
- Matplot1
- Matplot_properties
- Sfgrayplot
- Sgrayplot
- champ
- champ1
- champ_properties
- comet
- contour2d
- contour2di
- contourf
- errbar
- fchamp
- fcontour2d
- fec
- fec_properties
- fgrayplot
- fplot2d
- grayplot
- grayplot_properties
- graypolarplot
- histplot
- paramfplot2d
- plot
- plot2d
- plot2d1
- plot2d2
- plot2d3
- plot2d4
- polarplot
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
plot2d3
2次元プロット (垂直棒グラフ)
呼び出し手順
plot2d3([logflags,] x,y,[style,strf,leg,rect,nax]) plot232(y) plot2d3(x,y <,opt_args>)
パラメータ
- args
パラメータの説明については
plot2d
参照.
説明
plot2d3
はplot2d
と同じですが,
曲線が垂直棒グラフとしてプロットされます.
デフォルトで, 連続するプロットは重ね描きされます.前のプロットを消去するには
clf()
を使用してください.
コマンド plot2d3()
を入力するとデモを参照できます.
plot2dxx
(xx = 1 から 4)により提供されるモードは全て
plot2d
を用いて,
polyline_style
オプションを対応する数字に設定することにより,
有効にすることができます.
例
参照
- plot2d — 2Dプロット
- plot2d2 — 2次元プロット (階段状関数)
- plot2d4 — 2次元プロット (矢印形式)
- clf — カレントの図をクリアし,デフォルト値にリセットする
- polyline_properties — Polylineエンティティプロパティの説明
Report an issue | ||
<< plot2d2 | 2d_plot | plot2d4 >> |