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
I think this is a duplicate of #16822, which is going to be fixed by #17360 (I just need to rebase and merge it). So this will be fixed in the next release, ~2 weeks away.
I am trying to do a barplot where the positive values are a certain color and the negative values are another color. I have scripts that I've used in previous versions where this was working but the current version isn't working. I am basing it off of a code snippet from: https://stackoverflow.com/questions/22311139/matplotlib-bar-chart-choose-color-if-value-is-positive-vs-value-is-negative
Is there something in the backend of the plotting wrapper that is stoping multiple color values from working?
The text was updated successfully, but these errors were encountered: