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 9cf03c0 + 967d0e4 commit 3f881edCopy full SHA for 3f881ed
lib/matplotlib/tests/test_ticker.py
@@ -510,8 +510,8 @@ def test_near_zero(self):
510
def test_fallback(self):
511
lctr = mticker.AsinhLocator(1.0, numticks=11)
512
513
- assert_almost_equal(lctr.tick_values(100, 101),
514
- np.arange(100, 101.01, 0.1))
+ assert_almost_equal(lctr.tick_values(101, 102),
+ np.arange(101, 102.01, 0.1))
515
516
def test_symmetrizing(self):
517
class DummyAxis:
0 commit comments