|
|
◆ Suptitle()
| Function Suptitle |
( |
Title As |
String, |
|
|
Optional KwArgs As |
String |
|
) |
| |
Add title to figure
- Purpose
- Add a supertitle to the figure.
- Returns
- PyObject (Text).
The Text instance of the super title.
- Parameters
-
| [in] | Title | Title text. |
| [in] | KwArgs | Optional keyword parameters. (default = "") |
- Example Program
- See example of Add_subplot. See example of Add_subplot.
|