|
From: Daantje <d....@bn...> - 2007-07-16 14:56:29
|
I have been trying to figure out how to show and not show an extra graph in a GNUPlot graph. So far the show part is working. I plotted the graph and replotted the extra graph with; bind h replot 'velocities.txt' using 2:8:16 with labels center offset 0,0.4 notitle This works fine, the extra graph only shows after pressing the h. But now I want to be able to get rid of the extra graph preferably by pressing the same button. I don't want to plot the original graph again since it is pretty big. I would just like to do an undo replot. The extra graph I want to plot is a graph extisting of a label for each point in the original graph. So all it really does is add labels to each point in the graph. Since the labels block the view to the graph a bit I only want them to display when you you either zoom in to a certain extent or when you press some key like displayed above. But I want them to disappear when you unzoom or press the button again. Does anyone have any ideas on how I could do this? Another way to get the same result would also be welcome. Thanx in advance, Danielle -- View this message in context: http://www.nabble.com/GNUPlot-undo-replot-tf4087368.html#a11617364 Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |