2次元プロット (垂直棒グラフ)
plot2d3([logflags,] x,y,[style,strf,leg,rect,nax]) plot232(y) plot2d3(x,y <,opt_args>) hdl = plot2d3(...)
パラメータの説明についてはplot2d 参照.
plot2d3 はplot2d と同じですが,
曲線が垂直棒グラフとしてプロットされます.
デフォルトで, 連続するプロットは重ね描きされます.前のプロットを消去するには
clf()を使用してください.
コマンド plot2d3() を入力するとデモを参照できます.
![]() | plot2dxx (xx = 1 から 4)により提供されるモードは全て
plot2dを用いて,
polyline_styleオプションを対応する数字に設定することにより,
有効にすることができます. |

| Version | Description |
| 2025.0.0 | Function returns the created handle(s). |