|
|
◆ Title()
| Function Title |
( |
Text As |
String, |
|
|
Optional KwArgs As |
String |
|
) |
| |
Set title for Axs
- Purpose
- Set a title for the Axs.
- Returns
- PyObject (Text).
The Text instance of the title. (On error, Nothing is returned)
- Parameters
-
| [in] | Text | Title text. |
| [in] | KwArgs | (Optional)
Optional keyword parameters. (default = "") |
- Example Program
- See example of Plot.
|