You can do 3-D plots with Gaston.jl, and rotate them with the mouse. I haven't added the required interface to make it compatible with IJulia, though. Even doing that, I doubt that the plot would still be interactive, since that functionality is provided by Gnuplot.
-- mb On Tue, Mar 3, 2015 at 10:38 AM, Andrei Berceanu <[email protected]> wrote: > Is there some Julia library that allows one to do create 3D (surface > plots) in the IJulia notebook and then rotate them interactively, using the > mouse? > > //A >
