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