Skip to content

Commit f993e67

Browse files
committed
Add stub to reduce CI noise
1 parent ee7ac2a commit f993e67

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/texmanager.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ class TexManager:
2525
cls, tex: str, fontsize: float | None = ..., dpi: float | None = ...
2626
) -> np.ndarray: ...
2727
@classmethod
28+
def get_rgba_mm4(
29+
cls, tex: str, fontsize: float | None = ..., dpi: float | None = ...
30+
) -> np.ndarray: ...
31+
@classmethod
2832
def get_rgba(
2933
cls,
3034
tex: str,

0 commit comments

Comments
 (0)