maitai wrote:
> Hi, I created SVG 3d plots for some scientific data, and I need to be able to
> rotate the 3d plot. I'd like to do that in the browser that displays the SVG
> plot, using javascript to redraw the plot.
Sorry, but that's not possible. It would require re-implementing the
entire gnuplot in javascript.
SVG is a 2D data format. There's no way to represent a third dimension,
thus no way to store the extra information needed to rotate the graph.
|