Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
bar-plots with wrong color using Matplotlib 1.5 #11614
Comments
|
probably a pandas issue since |
TomAugspurger
added the
Visualization
label
Nov 16, 2015
TomAugspurger
added this to the
0.17.1
milestone
Nov 16, 2015
TomAugspurger
added Regression Difficulty Novice Effort Low
labels
Nov 16, 2015
jreback
modified the milestone: Next Major Release, 0.17.1
Nov 16, 2015
amichaut
commented
Nov 30, 2015
|
hi, |
rcarneva
referenced
this issue
Dec 18, 2015
Merged
look for colormap in rcParams['axes.prop_cycle'] (mpl 1.5+) first #11865
jreback
modified the milestone: 0.18.0, Next Major Release
Dec 19, 2015
TomAugspurger
closed this
in #11865
Dec 25, 2015
This was referenced Dec 28, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
marcomayer commentedNov 16, 2015
Hi there,
I'm not sure if this is a pandas/matplotlib or seaborn issue...but since I upgraded to Matplotlib 1.5 using anaconda I can't get the colors of my barplots right anymore, here's an example:
In ipython notebook:
I attached a screenshot one with matplotlib 1.4.x and one with 1.5:
Again I know this might well not be a pandas issue but maybe someone has an idea where the problem might be.