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

◆ Text()

Function Text ( X As  Double,
Y As  Double,
S As  String,
Optional  TransAxes = False,
Optional KwArgs As  String 
)

Draw text

Purpose
Draw text.
Returns
PyObject (Text).
The created Text instance.
(On error, Nothing is returned)
Parameters
[in]XValue of x axis.
[in]YValue of y axis.
[in]SText.
[in]TransAexs(Optional)
Specify if transform = ax.TransAxes. (default = False)
[in]KwArgs(Optional)
Optional keyword parameters. (default = "")