We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0f1339 + 5a736f3 commit 8ad208fCopy full SHA for 8ad208f
lib/matplotlib/text.pyi
@@ -4,6 +4,10 @@ from .font_manager import FontProperties
4
from .offsetbox import DraggableAnnotation
5
from .path import Path
6
from .patches import FancyArrowPatch, FancyBboxPatch
7
+from .textpath import ( # noqa: reexported API
8
+ TextPath as TextPath,
9
+ TextToPath as TextToPath,
10
+)
11
from .transforms import (
12
Bbox,
13
BboxBase,
0 commit comments