Re: [julia-users] Re: 3D interactive plots in IJulia

2015-03-04 Thread j verzani
There are some examples of doing just this here: http://nbviewer.ipython.org/url/mth229.github.io/233-projects/multivariable.ipynb?create=1 On Wednesday, March 4, 2015 at 2:10:45 AM UTC-5, Shashi Gowda wrote: > > It should be possible to use 3D (surf etc) plots from PyPlot with > Interact.jl in

[julia-users] Re: 3D interactive plots in IJulia

2015-03-04 Thread Simon Danisch
@Steven Sagaert Well, what you say definitely holds true, if your goals are to have nice scientific visualizations as quickly available as possible. My goals are somewhat different. I want to go more into the direction of visual debugging and interactive programming, while keeping everything in

[julia-users] Re: 3D interactive plots in IJulia

2015-03-04 Thread Steven Sagaert
Hi Simon, The screenshots looks nice but I have to ask: why build a high performance native 2D/3D scientific plotting lib based on openGL from scratch when you could wrap mature native libs like VTK or Mayavi? I mean in R you have RGL which is also directly based on openGL. You can use it for s

Re: [julia-users] Re: 3D interactive plots in IJulia

2015-03-03 Thread Shashi Gowda
It should be possible to use 3D (surf etc) plots from PyPlot with Interact.jl in IJulia. On Wed, Mar 4, 2015 at 7:06 AM, Jack Minardi wrote: > I've used matplotlib's 3D plotting capabilities successfully through > PyPlot.jl in the past. > > On Tuesday, March 3, 2015 at 10:38:32 AM UTC-5, Andrei

[julia-users] Re: 3D interactive plots in IJulia

2015-03-03 Thread Jack Minardi
I've used matplotlib's 3D plotting capabilities successfully through PyPlot.jl in the past. On Tuesday, March 3, 2015 at 10:38:32 AM UTC-5, Andrei Berceanu wrote: > > Is there some Julia library that allows one to do create 3D (surface > plots) in the IJulia notebook and then rotate them interac

[julia-users] Re: 3D interactive plots in IJulia

2015-03-03 Thread Simon Danisch
Well there is GLPlot.jl , but it might not be what you're looking for... Also it's on a feature freeze right now. I'm restructuring the architecture, before I add more advanced features. Am Dienstag, 3. März 2015 16:38:32 UTC+1 schrieb Andrei Berceanu: >