|
|
◆ Subplot()
| Function Subplot |
( |
Nrows As |
Long, |
|
|
Ncols As |
Long, |
|
|
Index As |
Long, |
|
|
Optional KwArgs As |
String |
|
) |
| |
サブプロットを figure に追加
- 目的
- サブプロットを現在の figure に追加する.
- 戻り値
- Axs.
サブプロットの Axs.
(エラーの場合 Nothing を返す)
- 引数
-
| [in] | Nrows | サブプロットの行数. (Nrows > 0) |
| [in] | Ncols | サブプロットの列数. (Ncols > 0) |
| [in] | Index | グリッド中の位置. (Index > 0) |
| [in] | KwArgs | (省略可)
オプションのキーワードパラメータ. (省略時 = "") |
- 使用例
- サブプロットを持つ図を作成.
|