XLPack for Matplotlib Experimental Version 0.1
Reference Manual
Loading...
Searching...
No Matches

◆ 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]TitleTitle text.
[in]KwArgsOptional keyword parameters. (default = "")
Example Program
See example of Add_subplot. See example of Add_subplot.