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

Skip to content
Prev Previous commit
Fixed pep8 issue in test_ticker.py
  • Loading branch information
leeonadoh committed Mar 3, 2015
commit e340cc8b68486506f5e69de7ea0fcd177f4890d5
1 change: 1 addition & 0 deletions lib/matplotlib/tests/test_ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ def test_MultipleLocator_set_params():
mult.set_params(base=1.7)
nose.tools.assert_equal(mult._base, 1.7)


def test_LogitLocator_set_params():
"""
Create logit locator with default minor=False, and change it to something
Expand Down