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.
2 parents b258862 + 832b46c commit a0de8c9Copy full SHA for a0de8c9
plotly/matplotlylib/mplexporter/tests/test_utils.py
@@ -1,6 +1,7 @@
1
+import matplotlib.pyplot as plt
2
from numpy.testing import assert_allclose, assert_equal
3
+
4
from .. import utils
-import matplotlib.pyplot as plt
5
6
7
def test_path_data():
plotly/matplotlylib/tests/test_renderer.py
@@ -1,7 +1,6 @@
import plotly.tools as tls
-from . import plt
-
def test_native_legend_enabled_when_matplotlib_legend_present():
"""Test that when matplotlib legend is present, Plotly uses native legend."""
0 commit comments