Can the data reader tool be restricted to certain datasets in a plot. I use the data reader tool to remove a point and refit the dataset with customised code bu selecting the right dataset can be a problem if there are overlaid datasets and curves.
My code is :
If(this.index==1) { Mark -x %C;def EndToolbox [;i1=_indx[1];undo -dr %C i1 i1; RemoveDataAndRefit; ]; //ChangeGraphName $(page.active);]; Not updated for multiple params GetPts 1 $EXEmessage.DataPtRemove;#Selectively delete a data point; };
but I would like to be able to restrict it to read a particular dataset.