XLPack for Matplotlib Experimental Version 0.1
リファレンスマニュアル
読み取り中…
検索中…
一致する文字列を見つけられません

◆ Add_subplot()

Function Add_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(省略可)
オプションのキーワードパラメータ. (省略時 = "")
使用例
サブプロットを持つ図を作成.