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

◆ 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]TextTitle text.
[in]KwArgs(Optional)
Optional keyword parameters. (default = "")
Example Program
See example of Subplot. See example of Subplot.