@@ -1607,7 +1607,7 @@ def set_major_formatter(self, formatter):
1607
1607
1608
1608
Parameters
1609
1609
----------
1610
- formatter : ~matplotlib.ticker.Formatter
1610
+ formatter : ` ~matplotlib.ticker.Formatter`
1611
1611
"""
1612
1612
if not isinstance (formatter , mticker .Formatter ):
1613
1613
raise TypeError ("formatter argument should be instance of "
@@ -1623,7 +1623,7 @@ def set_minor_formatter(self, formatter):
1623
1623
1624
1624
Parameters
1625
1625
----------
1626
- formatter : ~matplotlib.ticker.Formatter
1626
+ formatter : ` ~matplotlib.ticker.Formatter`
1627
1627
"""
1628
1628
if not isinstance (formatter , mticker .Formatter ):
1629
1629
raise TypeError ("formatter argument should be instance of "
@@ -1639,7 +1639,7 @@ def set_major_locator(self, locator):
1639
1639
1640
1640
Parameters
1641
1641
----------
1642
- locator : ~matplotlib.ticker.Locator
1642
+ locator : ` ~matplotlib.ticker.Locator`
1643
1643
"""
1644
1644
if not isinstance (locator , mticker .Locator ):
1645
1645
raise TypeError ("locator argument should be instance of "
@@ -1657,7 +1657,7 @@ def set_minor_locator(self, locator):
1657
1657
1658
1658
Parameters
1659
1659
----------
1660
- locator : ~matplotlib.ticker.Locator
1660
+ locator : ` ~matplotlib.ticker.Locator`
1661
1661
"""
1662
1662
if not isinstance (locator , mticker .Locator ):
1663
1663
raise TypeError ("locator argument should be instance of "
0 commit comments