Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0f1339 + 5a736f3 commit 8ad208fCopy full SHA for 8ad208f
1 file changed
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