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 8b17814 commit 3ec698cCopy full SHA for 3ec698c
test/test_deterministic_output.py
@@ -8,7 +8,7 @@
8
# the same process, the order of axis parameters is deterministic.
9
plot_code = """
10
import sys
11
-import numpy as np as np
+import numpy as np
12
from matplotlib import pyplot as plt
13
import tikzplotlib
14
tikzplotlib/_axes.py
@@ -1,8 +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,
5
-)
+from matplotlib.backends.backend_pgf import \
+ common_texification as mpl_common_texification
6
7
from . import _color
0 commit comments