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've seen various other kinds of changes, including sometimes changing the values but not the length of the color array. A particularly nasty one was where I had taken some actual data and passed it through a matplotlib norm and colormap, and the modifications made their way all the way back up to my data.
I assume this can easily be handled by copying the color array, but I'm not sure.
Sorry if this has been reported...I checked recent issues and didn't see anything, but there are a lot :)
The text was updated successfully, but these errors were encountered:
Ran into a weird issue where pandas plotting was changing values in color arrays I was passing to it.
Here is a simple example (Pandas 0.17.1; Python 2.7; OSX):
outputs:
I've seen various other kinds of changes, including sometimes changing the values but not the length of the color array. A particularly nasty one was where I had taken some actual data and passed it through a matplotlib norm and colormap, and the modifications made their way all the way back up to my data.
I assume this can easily be handled by copying the color array, but I'm not sure.
Sorry if this has been reported...I checked recent issues and didn't see anything, but there are a lot :)
The text was updated successfully, but these errors were encountered: