Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
WIP: FIX: try hard to ensure at least 2 ticks with 'auto'#6578
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This seems to be getting foiled by something in the way margins are handled, at least in the use case that prompted me to try to solve the problem. It might take a while to sort all this out, but it has to be done. I don't consider the present default behavior to be acceptable. 'auto' is doing more harm than good right now. |
This requires falling back on a larger set of options for intervalsbetween ticks.Closesmatplotlib#5784.
Closing in favor of#6584 |
This requires falling back on a larger set of options for intervals
between ticks.
Closes#5784.