I am using Pyplot in Python.
I know that you can pick and choose which points in particular you wish to remove, but this also affects the axis which I want to keep constant. Also, the points I generate are dynamically created (meaning I do not know what they are until they are actually made). Is there a method in a while I can basically wipe all the points of the graph but keep the same axis? I'd rather not have Python close the old window and create a new one.
Thanks for you help! Let me know what I need to clarify.