<div dir="ltr"><div>Hi,</div><div> </div><div>Do you only want to be able to make a plot (and maybe interact with it). Or do you want</div><div>to develop the code to plot the surface.</div><div> </div><div>If the prime interest is plotting the surface, I would propose to use VTK to create the </div>
<div>dataset (quite simple and straightforward in Python or C++) and visualize the resulting</div><div>dataset in Paraview. If your interest or task is also to write the visualization code, I would</div><div>start with the VTK examples and work from there (and post here if you encounter problems).</div>
<div> </div><div>Regards,</div><div> </div><div>Marco</div><div> </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 20, 2013 at 12:09 PM, madz <span dir="ltr"><<a href="mailto:madaramh@gmail.com" target="_blank">madaramh@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
I would like to plot a surface graph with vtk with x,y,z values. I did a bit<br>
of searching on 3d graphs with vtk and came up with vtkPlotSurface, however<br>
I could not find a single example of the implementation of this class. I<br>
need to plot a graph like the following image, I'd be very grateful if<br>
someone could give me the basics. Is it possible using vtkPlotSurface or is<br>
there any other method to accomplish this.<br>
Thanks.<br>
<br>
<<a href="http://vtk.1045678.n5.nabble.com/file/n5724519/delpeaks1.gif" target="_blank">http://vtk.1045678.n5.nabble.com/file/n5724519/delpeaks1.gif</a>><br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Plot-a-surface-graph-with-VTK-tp5724519.html" target="_blank">http://vtk.1045678.n5.nabble.com/Plot-a-surface-graph-with-VTK-tp5724519.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>