3d plots without Java
Hello! Is it possible to get a "static" plot of 3D-data? For example, if I state the fixed angles of view and want to get simply a PNG file. Maybe something like the command
gnuplot -e 'set terminal png; set view 80,30; splot "output.txt"'
gives.
If it isn't implemented in Sage right now, is it planned? Thanks.