Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12c4576

Browse files
committedMar 29, 2024
fix mpl.common_texification deprecation
1 parent d0efbe2 commit 12c4576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/tikzplotlib/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import matplotlib as mpl
22
import numpy as np
33
from matplotlib.backends.backend_pgf import (
4-
common_texification as mpl_common_texification,
4+
_tex_escape as mpl_common_texification,
55
)
66

77
from . import _color

0 commit comments

Comments
 (0)
Please sign in to comment.