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 6339f65 commit da16bceCopy full SHA for da16bce
1 file changed
doc/api/api_changes_3.3/behaviour.rst
@@ -39,7 +39,7 @@ did nothing, when passed an unsupported value. It now raises a ``ValueError``.
39
40
``Axis.set_ticklabels()`` must match ``FixedLocator.locs``
41
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42
-If an axis is using a `.tickers.FixedLocator`, typically set by a call to
+If an axis is using a `.ticker.FixedLocator`, typically set by a call to
43
`.Axis.set_ticks`, then the number of ticklabels supplied must match the
44
number of locations available (``FixedFormattor.locs``). If not, a
45
``ValueError`` is raised.
0 commit comments