[vtkusers] Plot a surface graph with VTK

Marco Nawijn nawijn at gmail.com
Wed Nov 20 08:07:26 EST 2013


Hi,

Do you only want to be able to make a plot (and maybe interact with it). Or
do you want
to develop the code to plot the surface.

If the prime interest is plotting the surface, I would propose to use VTK
to create the
dataset (quite simple and straightforward in Python or C++) and visualize
the resulting
dataset in Paraview. If your interest or task is also to write the
visualization code, I would
start with the VTK examples and work from there (and post here if you
encounter problems).

Regards,

Marco



On Wed, Nov 20, 2013 at 12:09 PM, madz <madaramh at gmail.com> wrote:

> Hello,
> I would like to plot a surface graph with vtk with x,y,z values. I did a
> bit
> of searching on 3d graphs with vtk and came up with vtkPlotSurface, however
> I could not find a single example of the implementation of this class. I
> need to plot a graph like the following image, I'd be very grateful if
> someone could give me the basics. Is it possible using vtkPlotSurface or is
> there any other method to accomplish this.
> Thanks.
>
> <http://vtk.1045678.n5.nabble.com/file/n5724519/delpeaks1.gif>
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Plot-a-surface-graph-with-VTK-tp5724519.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> 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/20131120/aa0d5892/attachment.htm>


More information about the vtkusers mailing list