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 928e58c commit df3f93cCopy full SHA for df3f93c
lib/matplotlib/tests/test_axes.py
@@ -964,7 +964,7 @@ def test_hexbin_extent():
964
965
def test_hexbin_bad_extents():
966
fig, ax = plt.subplots()
967
- data = (np.arange(2000) / 2000).reshape((2, 1000))
+ data = (np.arange(20) / 20).reshape((2, 10))
968
x, y = data
969
970
with pytest.raises(ValueError, match="In extent, xmax must be greater than xmin"):
0 commit comments