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 8e17289 commit f6e242fCopy full SHA for f6e242f
1 file changed
lib/matplotlib/tests/test_ticker.py
@@ -655,6 +655,7 @@ class TestEngFormatter(object):
655
(1.23456789, ('1.23457', '1', '1.23')),
656
(999.9, ('999.9', '1 k', '999.90')), # places=0: corner-case rounding
657
(999.9999, ('1 k', '1 k', '1.00 k')), # corner-case roudning for all
658
+ (-999.9999, ('-1 k', '-1 k', '-1.00 k')), # negative corner-case
659
(1000, ('1 k', '1 k', '1.00 k')),
660
(1001, ('1.001 k', '1 k', '1.00 k')),
661
(100001, ('100.001 k', '100 k', '100.00 k')),
0 commit comments