|
From: Ethan A M. <sf...@us...> - 2016-05-13 21:16:10
|
On Friday, 13 May, 2016 15:29:41 Brandon Thigpen wrote: > Is there any way to 'highlight' a curve by clicking on it? > > For example, if I have data plotted as a line, if I could just > mouse-click anywhere on that line and have it change to linespoints > until I click somewhere off of the line? This would allow me to > temporarily see where the individual data points are without having to > redraw using linespoints. Make sense? I've seen this with other > plotting tools and it is very helpful. You can't change the plot style, but you can make the selected plot be the only thing showing: 1) Click on plot's title in the key area (this will blank out that plot, leaving others visible) 2) Use hotkey 'i' to invert which plots are visible/invisible Now your selected plot is the only one showing |