Skip to content

Update plotting functions to use the new Matplotlib default styles #17231

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

Closed
wants to merge 1 commit into from
Closed

Conversation

apcamargo
Copy link

ax.set_xlim(left, right) in _make_plot() is used only if the Matplotlib version is <2.0.0

`ax.set_xlim(left, right)` in `_make_plot()` is used only if the Matplotlib version is <2.0.0
@gfyoung gfyoung added the Visualization plotting label Aug 11, 2017
@gfyoung gfyoung requested a review from TomAugspurger August 11, 2017 18:06
@jreback
Copy link
Contributor

jreback commented Aug 12, 2017

is there a tests for this?

@jreback jreback changed the title Fix #15495 Update plotting functions to use the new Matplotlib default styles Sep 23, 2017
@jreback
Copy link
Contributor

jreback commented Sep 23, 2017

can you rebase / update

@jorisvandenbossche
Copy link
Member

I think the original issue was in the meantime closed by #16600 ?
@TomAugspurger is this correct ?

@TomAugspurger
Copy link
Contributor

TomAugspurger commented Sep 24, 2017

@jorisvandenbossche yep.

Thanks anyway @apcamargo. This is fixed on master now.

@jorisvandenbossche jorisvandenbossche added this to the No action milestone Sep 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update plotting functions to use the new Matplotlib default styles
5 participants