[vtkusers] vtkXYPlotActor Points and Lines can coexist?

Marcin Balicki conceptcatcher at hotmail.com
Mon Dec 8 16:13:48 EST 2008


Hello,
   I am using vtkXYPlotActor  ( vtk-5.2.0 ) and  I would like to show
one set of data using lines (A) and another set using points (B).
Currently, when A is set to plot lines, B plots points along with
lines. I could not find a way to turn plotting off on set B.

I tried a number of combinations of the following functions.

SetPlotCurvePoints(0);
SetPlotCurveLines(1);
SetPlotLines(1,0);
SetPlotPoints(1,1);
PlotCurveLinesOn();
PlotCurveLinesOff();
PlotCurvePointsOn();
PlotCurvePointsOff();
PlotLinesOn();
PlotPointsOff();

Any help regarding this topic is greatly appreciated.

Marcin



More information about the vtkusers mailing list