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.
1 parent d0efbe2 commit 12c4576Copy full SHA for 12c4576
src/tikzplotlib/_axes.py
@@ -1,7 +1,7 @@
1
import matplotlib as mpl
2
import numpy as np
3
from matplotlib.backends.backend_pgf import (
4
- common_texification as mpl_common_texification,
+ _tex_escape as mpl_common_texification,
5
)
6
7
from . import _color
0 commit comments