Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
ENH : add flag to box_plot and bxp to manage (or not) xticks#2922
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
Looks good to me. Is it worth building a test case for this? I think the OPs example would work. |
Yeah, probably not an image just, just assert that the xlim and xticks are un-changed. |
Closesmatplotlib#2921 - added test for managa_xtick option to boxplot - added CHANGELOG and whats_new.rst entry for manage_xticks
test + doc added. Commits rebased + squashed. Also fixed a naming bug in the existing tests (duplicate name on different tests). |
despite the travis error, 👍 |
ENH : add flag to box_plot and bxp to manage (or not) xticks
Closes#2921
@phobson can you please comment on this?