<div dir="ltr">Quick follow up: vtkGlyph3D would give you a scatter plot, but you asked for a surface plot.  For a surface plot, vtkWarpScalar is probably the best filter to use.  It can take a flat rectangular data (e.g. as produced by vtkPlaneSource) and change the Z coordinates to provide a surface plot.  You might have to dig around to find a good example, though.<div><br></div><div> - David </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 9, 2014 at 8:10 PM, David Gobbi <span dir="ltr"><<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi James,<div><br></div><div>You can use vtkCubeAxesActor to draw the axes, and use vtkGlyph3D to plot the points.  The vtkGlyph3D filter takes two inputs: its first input contains the (x,y,z) points where you want to draw the points, and its second input (the Source input) is a vtkPolyData that is the shape that you want to draw at each point on the plot, e.g. the output from vtkSphereSource or vtkCubeSource.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div> - David</div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 9, 2014 at 5:40 PM, James Labiak <span dir="ltr"><<a href="mailto:jim@jslengineeringsoftware.com" target="_blank">jim@jslengineeringsoftware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div>Unfortunately my project forces me to use Java. What would be an alternative to create surface plots similar to vtkchartxyz without those methods?</div><div>Thanks,</div><div>Jim</div><div><div><div><br>On Dec 9, 2014, at 7:30 PM, David Gobbi <<a href="mailto:david.gobbi@gmail.com" target="_blank">david.gobbi@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">It is not wrapped in Java, but it is wrapped in Python.  The same is true for all methods that use vtkVector, vtkRect, or vtkColor.<div><br></div><div> - David<br><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 9, 2014 at 5:17 PM, Sebastien Jourdain <span dir="ltr"><<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">That method is probably not wrapped, hence the issue.<div><br></div><div>Seb</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 9, 2014 at 9:46 AM, James Labiak <span dir="ltr"><<a href="mailto:jim@jslengineeringsoftware.com" target="_blank">jim@jslengineeringsoftware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For vtkChartXYZ, I cannot seem to find the Java equivalent of the SetGeometry method in C like the code below. I must be missing something. Does anyone have any suggestions?<br>
<br>
vtkNew<vtkChartXYZ> chart;<br>
chart->SetGeometry(vtkRectf(<u></u>75.0, 20.0, 250, 260));<br>
<br>
Thanks,<br>
Jim<br></blockquote></div></div></div></div></blockquote></div></div></div></div></div>
</div></blockquote></div></div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>