-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[question] Why only major minor grid #17866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In the early days, Matplotlib was modeled after MATLAB, which uses the major/minor pattern. I agree that this is an unnecessary limitation. There is a rough idea floating for rewriting the Axis/Tick/Grid logic, which then also would allow arbitrary levels. But that'd be a major endeavor and likely not happening and time soon. |
"major endeavor" :D Thanks for the feedback. Historic decisions ... |
What would the API for this even be? Ive never seen a plot with three levels of grids or tick marks, so this seems very specialized. If I wanted something like that, I would just do it by hand with |
see my example. In date scenarios this makes definetly sense to show multiple granularieties to allow for better coloring or so on. Of course i could program that on my one using axhline and so on, but why do i have a library when i program everything myself. I am not a C programmer. |
discussion related to #11773
I am trying to plot something with week days.
Question
Why is it constrained to minor and major and will there ever be plans to allow more flexibility?
The text was updated successfully, but these errors were encountered: