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 27fbe7e commit e340cc8Copy full SHA for e340cc8
1 file changed
lib/matplotlib/tests/test_ticker.py
@@ -111,6 +111,7 @@ def test_MultipleLocator_set_params():
111
mult.set_params(base=1.7)
112
nose.tools.assert_equal(mult._base, 1.7)
113
114
+
115
def test_LogitLocator_set_params():
116
"""
117
Create logit locator with default minor=False, and change it to something
0 commit comments