Home > other >  Brushing data on plot linked with 2D variable
Brushing data on plot linked with 2D variable

Time:05-13

I have a 2D numeric array (100x100 double) which looks like this when plotted on a surf plot:

I am trying to link the plot with the variable, and then delete some data points (say, one of the two peaks) both in the variable (make the selected points 0) and in the plot, by using the brush tool on the plot.

The problem is, when the variable and the plot are linked, the brushing tool selects the full rows for the points that fall on the selected area, as shown here:

Selection when data is linked (I want to avoid this type of selection):

Same selection, data not linked (this is what I want, but with linked data):

Is there any way to avoid this, and select only the points that I want?

Details about this phenomenon can be found here: brushed

removed

  • Related