SDF-obj
LabTalk Object Type:
The shared data filter object access the graph based filter used for the plot.
//import ..\Samples\Statistics\automobile.dat and make a scatter plot with Col(C) as X Col(F) as Y //active the graph layer.plot.DF();//create a shared data filter SDF ff = layer.plot.SDF; ff.wks$=; ff.Set(d:3:"between(18,23)");//filter on Col(D) ff.Set(e:3:"between(1700,2200)");//filter on Col(E) ff.nf=;//2 ff.f1.col=;//4