We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f1339 commit 5a736f3Copy full SHA for 5a736f3
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