@@ -1629,7 +1629,7 @@ def set_major_formatter(self, formatter):
1629
1629
1630
1630
Parameters
1631
1631
----------
1632
- formatter : ~matplotlib.ticker.Formatter
1632
+ formatter : ` ~matplotlib.ticker.Formatter`
1633
1633
"""
1634
1634
if not isinstance (formatter , mticker .Formatter ):
1635
1635
raise TypeError ("formatter argument should be instance of "
@@ -1645,7 +1645,7 @@ def set_minor_formatter(self, formatter):
1645
1645
1646
1646
Parameters
1647
1647
----------
1648
- formatter : ~matplotlib.ticker.Formatter
1648
+ formatter : ` ~matplotlib.ticker.Formatter`
1649
1649
"""
1650
1650
if not isinstance (formatter , mticker .Formatter ):
1651
1651
raise TypeError ("formatter argument should be instance of "
@@ -1661,7 +1661,7 @@ def set_major_locator(self, locator):
1661
1661
1662
1662
Parameters
1663
1663
----------
1664
- locator : ~matplotlib.ticker.Locator
1664
+ locator : ` ~matplotlib.ticker.Locator`
1665
1665
"""
1666
1666
if not isinstance (locator , mticker .Locator ):
1667
1667
raise TypeError ("locator argument should be instance of "
@@ -1679,7 +1679,7 @@ def set_minor_locator(self, locator):
1679
1679
1680
1680
Parameters
1681
1681
----------
1682
- locator : ~matplotlib.ticker.Locator
1682
+ locator : ` ~matplotlib.ticker.Locator`
1683
1683
"""
1684
1684
if not isinstance (locator , mticker .Locator ):
1685
1685
raise TypeError ("locator argument should be instance of "
0 commit comments