[vtkusers] Which vtk library used for 2D plots

Marcus D. Hanwell marcus.hanwell at kitware.com
Thu Aug 14 11:44:35 EDT 2014


On Fri, Aug 8, 2014 at 4:39 PM, Akash Gaurav <akashgaurav89 at yahoo.in> wrote:
> Hello All,
>
> I am new to vtk world, but i tried most of the example. I am looking for a
> way to plot 2-D (X vs Y) graph using vtk and also spectral plot. Can I
> anyone help me to figure out which library should I use and how?
>
Not sure if it has all the plot types you want, but you can use
vtkChartsCore, vtkChartXY has scatter, line, bar, and others. You can
look at the tests for C++ and Python examples of their use
(Charts/Core/Testing/[language]).

Marcus


More information about the vtkusers mailing list