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

Skip to content

Commit f8476ff

Browse files
Add clearer explanation for tick behavior in FAQ
1 parent b39cd33 commit f8476ff

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/users/faq.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Please see :ref:`figures-not-showing`.
1818
.. _how-to-too-many-ticks:
1919

2020
Why do I have so many ticks, and/or why are they out of order?
21+
In simple terms, this happens because Matplotlib treats strings as categories instead of numeric values. As a result, the axis may display ticks in an unexpected order or show too many ticks.
2122
--------------------------------------------------------------
2223

2324
A common cause for unexpected tick behavior is passing a *list of strings

0 commit comments

Comments
 (0)