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