Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8f3d39

Browse files
committed
Update lib/matplotlib/tests/test_axes.py
1 parent cd777f3 commit d8f3d39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ def test_formatter_ticker():
5656

5757
@cleanup
5858
def test_add_collection():
59+
# Test if data limits are unchanged by adding an empty collection.
60+
# Github issue #1490, pull #1497.
5961
fig = matplotlib.figure.Figure()
6062
fig2 = matplotlib.figure.Figure()
6163
ax = fig.add_subplot(111)

0 commit comments

Comments
 (0)