Re: [Matplotlib-users] Lorenz - solution

2015-03-10 Thread Prahas David Nafissian
I think you need to ask Jake Vanderplas -- the code is all his! See the link in the email to get to his blog... Thanks again! On Tue, Mar 10, 2015 at 8:49 AM, Benjamin Root wrote: > +1000!! > > Great job! Would you mind if I clean it up a bit and add it to the > mplot3d/animation gallery? Fu

Re: [Matplotlib-users] Lorenz - solution

2015-03-10 Thread Benjamin Root
+1000!! Great job! Would you mind if I clean it up a bit and add it to the mplot3d/animation gallery? Full credit, of course. On Tue, Mar 10, 2015 at 11:30 AM, Prahas David Nafissian < prahas.mu...@gmail.com> wrote: > Friends, > > I thought you'd like to see the solution. > > Many thanks to Jak

Re: [Matplotlib-users] Lorenz - solution

2015-03-10 Thread Prahas David Nafissian
@ Adam -- thanks! @ Everyone: given the Lorenz code shared, is there a way to generate a log file of the x,y,z points generated? Thanks in advance. --Prahas On Tue, Mar 10, 2015 at 8:59 AM, Adam Hughes wrote: > That's pretty swag! > > On Tue, Mar 10, 2015 at 11:49 AM, Benjamin Root wrote:

Re: [Matplotlib-users] Lorenz - solution

2015-03-10 Thread Adam Hughes
That's pretty swag! On Tue, Mar 10, 2015 at 11:49 AM, Benjamin Root wrote: > +1000!! > > Great job! Would you mind if I clean it up a bit and add it to the > mplot3d/animation gallery? Full credit, of course. > > > On Tue, Mar 10, 2015 at 11:30 AM, Prahas David Nafissian < > prahas.mu...@gmail.c

[Matplotlib-users] Lorenz - solution

2015-03-10 Thread Prahas David Nafissian
Friends, I thought you'd like to see the solution. Many thanks to Jake Vanderplas for his code and teachings: https://jakevdp.github.io/blog/2013/02/16/animating-the-lorentz-system-in-3d/ If you start a new IP Notebook session, run as your first entry: %pylab and then copy and paste the text

Re: [Matplotlib-users] Plotting style

2015-03-10 Thread Eric Firing
On 2015/03/09 8:56 PM, Marin GILLES wrote: > Actually, I just brute loaded mpl for source... I am not really used to it. > So I guess I'll have to make a virtual env and install mpl in it? You have to build and install it somewhere, where it will be found when you try to import it; whether you us