|
|
◆ 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] | Nrows | Number of rows of the subplot grid. (Nrows > 0) |
| [in] | Ncols | Number of columns of the subplot grid. (Ncols > 0) |
| [in] | Index | Position on a grid. (Index > 0) |
| [in] | KwArgs | (Optional)
Optional keyword parameters. (default = "") |
- Example
- Create a figure with subplots.
|