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

◆ Subplot()

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

Add subplot to current figure

Purpose
Add an Axs to the current figure or retrieve an existing Axs.
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.