[vtkusers] Remove all plots from vtkChartXY
Eric E. Monson
emonson at cs.duke.edu
Tue Aug 16 07:15:22 EDT 2011
If I'm understanding correctly what you're trying to do, you should be able to call
chart->ClearPlots();
-Eric
------------------------------------------------------
Eric E Monson
Duke Visualization Technology Group
On Aug 15, 2011, at 10:23 AM, Jothy wrote:
> Hi all,
>
> I have rendered few line plots using vtkChartXY. But I want to replot some of the data. I looks like it replots everything including X&Y labels. I tried calling
>
> contextView->GetRenderer()->RemoveAllViewProps();
>
> But it doesn't work!
>
> My loop is somehting like this
>
> vtkSmartPointer<vtkChartXY> chart =
> vtkSmartPointer<vtkChartXY>::New();
>
> for (int x=0;x<10;x++)
> {
> vtkPlot *line = chart->AddPlot(vtkChart::LINE);
> line->SetInput(table, 0, 1);
> }
>
> contextview->GetInteractor()->Initialize();
> contextView->view->GetInteractor()->Start();
>
> Any suggestions?
>
> Thanks
>
> Jothy
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110816/f6466ee2/attachment.htm>
More information about the vtkusers
mailing list