I have a patch in my spkgs directory (vtk_plot.hg)
If you apply it, there will be 3 functions
vtk_plot_surface, vtk_plot_array, and vtk_plot_3d_iso
For example
sage: f=lambda x,y:sin(sqrt(x^2+y^2))
sage: vtk_plot_surface(f,-2,2,-2,2,num_points=100)
On Nov 7, 8:02 am, "William Stein" <[EMA
On Nov 7, 2007 1:00 AM, Joshua Kantor <[EMAIL PROTECTED]> wrote:
>
> The problem is that on Linux, if you don't have the opengl libraries
> (typically libgl1-mesa-dev) then vtk won't build but the package exits
> successfully. I guess I need to add my own tests for open gl libraries
> on linux lik
The problem is that on Linux, if you don't have the opengl libraries
(typically libgl1-mesa-dev) then vtk won't build but the package exits
successfully. I guess I need to add my own tests for open gl libraries
on linux like I do for tcl/tk.
Josh
On Nov 5, 10:09 pm, "William Stein" <[EMAIL PR