XLPack for Matplotlib Experimental Version 0.1
Reference Manual
Loading...
Searching...
No Matches

◆ Add_subplot()

Function Add_subplot ( Nrows As  Long,
Ncols As  Long,
Index As  Long,
Optional KwArgs As  String 
)

Add subplot to figure

Purpose
Add a subplot to the figure.
Returns
Axes.
The Axes of the subplot.
(On error, Nothing is returned)
Parameters
[in]NrowsNumber of rows of the subplot grid. (Nrows > 0)
[in]NcolsNumber of columns of the subplot grid. (Ncols > 0)
[in]IndexPosition on a grid. (Index > 0)
[in]KwArgs(Optional)
Optional keyword parameters. (default = "")
Example
Create a figure with subplots.