[vtkusers] vtkXYPlotActor plot style problem, try again.
Marcin Balicki
conceptcatcher at hotmail.com
Wed Jan 14 15:15:04 EST 2009
Hello,
I am using vtkXYPlotActor ( vtk-5.2.0 ) with which I am trying to show
one data set 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 without any luck.
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