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
Unlike Lnie2D, AxesImage, etc. objects that are contained in Axes, QuadControutSet does not have a remove method. This makes it more difficult (and certainly non-obvious) how to remove a set of contours from a plot.
The text was updated successfully, but these errors were encountered:
Yes, agreed that would be nice to have (though I haven't looked to see if there's a technical reason that's non-easy). We should find and consider any other classes that can't easily be removed as well.
This may indeed be desirable, but if you are computing a contour, my guess would be that you may as well clear and redraw the whole axes - contouring is expensive, even in C code.
Unlike Lnie2D, AxesImage, etc. objects that are contained in Axes, QuadControutSet does not have a remove method. This makes it more difficult (and certainly non-obvious) how to remove a set of contours from a plot.
The text was updated successfully, but these errors were encountered: