Thanks to visit codestin.com Credit goes to github.com
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 cd777f3 commit d8f3d39Copy full SHA for d8f3d39
1 file changed
lib/matplotlib/tests/test_axes.py
@@ -56,6 +56,8 @@ def test_formatter_ticker():
56
57
@cleanup
58
def test_add_collection():
59
+ # Test if data limits are unchanged by adding an empty collection.
60
+ # Github issue #1490, pull #1497.
61
fig = matplotlib.figure.Figure()
62
fig2 = matplotlib.figure.Figure()
63
ax = fig.add_subplot(111)
0 commit comments