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
Alternatively, is it possible to remove a surface from a figure? I know one can set
fig.meshes = []
to clear the figure, but this only shows after a new call to ipv.gcc(). The surface is not removed in the surface is not removed in the original figure (#71 (comment)).
Thanks for any help! :-)
The text was updated successfully, but these errors were encountered:
It does not seem possible to replace the data fields (x, y, z) of existing surface/wireframe with new arrays that have different shapes.
Example:
But replotting a whole new figure seems to work:
Alternatively, is it possible to remove a surface from a figure? I know one can set
to clear the figure, but this only shows after a new call to
ipv.gcc()
. The surface is not removed in the surface is not removed in the original figure (#71 (comment)).Thanks for any help! :-)
The text was updated successfully, but these errors were encountered: