Is there a way to show the 3D plot in the browser?

I have a bunch of data for 3D plots. I want to create a fast web interface to allow me to view this data. Are there any (free) packages that can show surface plots easily? I found this question, but the libraries offered did not support surface plots.

If it requires a plugin like flash / java, that's ok. This is for prototyping, so a quick dirty solution is preferred.

Currently the only option I have come up with is using gnuplot to serve static images. It would be great if there was some way to provide an interactive 3D surface area in the browser.

+2


a source to share


2 answers


The most recent versions of gnuplot seem to do exactly what you want: an HTML 5 demo .



+4


a source


Why not just use a java applet? If you are using java you can use jogl (open gl library) which gives you 3D rendering.



0


a source







All Articles