05-31-2011 05:39 PM
Hello everyone, I'm new with LabVIEW and was hopping some could help me.
I currently have a multiplot XY graph, and would like to clear it. But instead of clearing every plot, the user must be able to select wich plot to erase.
I'm using LabVIEW 8.0
Sorry, if my english is not quite good 🙂
Thanks 🙂
06-01-2011 12:06 AM
Hi Vane,
You can make the blank XY Graph as a default graph, and you can use Reinit to default method to clear the graph whenever required.
.
06-01-2011 12:42 AM
Hi,
Reinitializing wont help the user to remove a user defined area of the graph. If i understand your question correctly, you can use two cursors and "delete from array" function to remove the portion which the user defines by the cursors.
Regards,
Nitzz
(Give kudos to good Answers, Mark it as a solution if your problem is Solved;))
06-01-2011 07:41 AM
Since it is a graph, removing a single plot is pretty easy. Refer the attached example.
06-03-2011 03:21 AM
06-03-2011 03:26 AM