You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most elements of the style seem to be here, but the colors are the default matplotlib ones, not the ones in "fivethirtyeight" (and the same goes with a boxplot)
I set the matplotlib style to "fivethirtyeight", which changes many settings in the axes, colors, etc.
This is what I get when doing a simple line plot:
The style matches what I was expecting.
(hist, area and other type of plots I tried work as well)
But when I want to get a bar plot, I get this:
Most elements of the style seem to be here, but the colors are the default matplotlib ones, not the ones in "fivethirtyeight" (and the same goes with a boxplot)
Any clue about what might be causing this?
These are the lines I used to style my plots:
The text was updated successfully, but these errors were encountered: