mpl.text.TextPath.__init__

TextPath.__init__(xy, s, size=None, prop=None, _interpolation_steps=1, usetex=False, *kl, **kwargs)[source]

Create a path from the text. No support for TeX yet. Note that it simply is a path, not an artist. You need to use the PathPatch (or other artists) to draw this path onto the canvas.

xy : position of the text. s : text size : font size prop : font property