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
Would it be possible to plot the missing values with a transparent color? That could probably best be achieved by, when requested, not plotting anything where there is a missing value
This would make it possible to emulate outfill with boxfill (if we have to say goodbye to outfill, #999 (comment)) and would be useful when you want to overlay an isofill/boxfill plot on top of another plot, and want to see some of the data below
Maybe there is already a way to do this that I don't know of. It's a feature I have needed from time to time, but I did not have time to formally request it
The text was updated successfully, but these errors were encountered:
Will you be using some alpha channel opacity stuff?
What about the not plotting masked cells when the specified missing value is None? This may be naive, but is not the code mostly already in place for that?
Would it be possible to plot the missing values with a transparent color? That could probably best be achieved by, when requested, not plotting anything where there is a missing value
This would make it possible to emulate outfill with boxfill (if we have to say goodbye to outfill, #999 (comment)) and would be useful when you want to overlay an isofill/boxfill plot on top of another plot, and want to see some of the data below
The user could specify it the following way
Maybe there is already a way to do this that I don't know of. It's a feature I have needed from time to time, but I did not have time to formally request it
The text was updated successfully, but these errors were encountered: