There was an error while loading. Please reload this page.
1 parent ee7ac2a commit f993e67Copy full SHA for f993e67
1 file changed
lib/matplotlib/texmanager.pyi
@@ -25,6 +25,10 @@ class TexManager:
25
cls, tex: str, fontsize: float | None = ..., dpi: float | None = ...
26
) -> np.ndarray: ...
27
@classmethod
28
+ def get_rgba_mm4(
29
+ cls, tex: str, fontsize: float | None = ..., dpi: float | None = ...
30
+ ) -> np.ndarray: ...
31
+ @classmethod
32
def get_rgba(
33
cls,
34
tex: str,
0 commit comments