[vtkusers] vtkXYPlotActor crashes on render with 52 or more plots

Goldman, Jon jgoldma at sandia.gov
Wed Jan 15 20:07:12 EST 2003


I am pretty new to vtk...

I am using the C++ API, on Windows 2000 and linux.

I am seeing a crash with vtkXYPlotActor. When I try to render a plot that
has more than 51 inputs (added using the vtkXYPlotActor::AddInput method ),
the program crashes.

The crash happens when I call the vtkRenderWindow::Render()method, after
adding all the plots and setting some properties.

The bug occurs on both windows and linux.
Has anybody else seen this behavior?

I looked through the online documentation and didn't see anything regarding
51-plot limits. I can't understand why there would be any inherent limit
before reaching the memory/video limits of the computer.

-Jon





More information about the vtkusers mailing list