Skip to content

Commit 8ad208f

Browse files
authored
Merge pull request matplotlib#26210 from QuLogic/textpath-types
Re-export textpath types in text
2 parents f0f1339 + 5a736f3 commit 8ad208f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/text.pyi

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ from .font_manager import FontProperties
44
from .offsetbox import DraggableAnnotation
55
from .path import Path
66
from .patches import FancyArrowPatch, FancyBboxPatch
7+
from .textpath import ( # noqa: reexported API
8+
TextPath as TextPath,
9+
TextToPath as TextToPath,
10+
)
711
from .transforms import (
812
Bbox,
913
BboxBase,

0 commit comments

Comments
 (0)