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 fbbc9d6 commit 4faad91Copy full SHA for 4faad91
plotly/matplotlylib/mplexporter/tests/test_utils.py
@@ -1,7 +1,7 @@
1
-from numpy.testing import assert_allclose, assert_equal
2
-from .. import utils
3
import matplotlib.pyplot as plt
+from numpy.testing import assert_allclose, assert_equal
4
+from .. import utils
5
6
def test_path_data():
7
circle = plt.Circle((0, 0), 1)
plotly/matplotlylib/tests/test_renderer.py
@@ -1,7 +1,6 @@
+import matplotlib.pyplot as plt
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