Re: [Matplotlib-users] show() does not pop up a window

2012-02-21 Thread Benjamin Root
On Tuesday, February 21, 2012, Michael Rawlins wrote: > > -- > *From:* Benjamin Root 'ben.r...@ou.edu');>> > *To:* Michael Rawlins 'rawlin...@yahoo.com');>> > *Cc:* "matplotlib-users@lists.sourceforge.net 'matplotlib-users@lists.sourceforge.net');>" < > matplotlib-

Re: [Matplotlib-users] show() does not pop up a window

2012-02-21 Thread Michael Rawlins
From: Benjamin Root To: Michael Rawlins Cc: "matplotlib-users@lists.sourceforge.net" Sent: Tuesday, February 21, 2012 3:37 PM Subject: Re: [Matplotlib-users] show() does not pop up a window On Tue, Feb 21, 2012 at 2:28 PM, Michael Rawlins wrote: >

Re: [Matplotlib-users] Taylor diagram (2nd take)

2012-02-21 Thread Benjamin Root
On Tue, Feb 21, 2012 at 12:04 PM, Eric Firing wrote: > On 02/21/2012 05:10 AM, Yannick Copin wrote: > > Hi, > > > > after iterating with Michael A. Rawlins over my previous attempt to code > > a Taylor diagram (see [1]), here's a new version of my code, along with > > an example plot. Maybe it co

Re: [Matplotlib-users] show() does not pop up a window

2012-02-21 Thread Benjamin Root
On Tue, Feb 21, 2012 at 2:28 PM, Michael Rawlins wrote: > > I've just installed numpy 1.6 and matplotlib 1.0.0 from source code on two > linux machines, both running linux Ubuntu OS with python installed from > Synaptic Package Manager. I've noticed no anomalies one machine. On the > second machin

Re: [Matplotlib-users] show() does not pop up a window

2012-02-21 Thread Eric Firing
On 02/21/2012 10:28 AM, Michael Rawlins wrote: > > I've just installed numpy 1.6 and matplotlib 1.0.0 from source code on > two linux machines, both running linux Ubuntu OS with python installed > from Synaptic Package Manager. I've noticed no anomalies one machine. On > the second machine, graphic

Re: [Matplotlib-users] sizebars at fixed location

2012-02-21 Thread Benjamin Root
On Tue, Feb 21, 2012 at 9:56 AM, Bartosz Telenczuk < b.telenc...@biologie.hu-berlin.de> wrote: > Hi again, > > I found an example that implements something like I described: > > > http://matplotlib.sourceforge.net/examples/pylab_examples/anchored_artists.html?highlight=size%20bar > > However, it d

[Matplotlib-users] show() does not pop up a window

2012-02-21 Thread Michael Rawlins
I've just installed numpy 1.6 and matplotlib 1.0.0 from source code on two linux machines, both running linux Ubuntu OS with python installed from Synaptic Package Manager. I've noticed no anomalies one machine. On the second machine, graphic window does not pop up. I'm run python non-interact

Re: [Matplotlib-users] Taylor diagram (2nd take)

2012-02-21 Thread Eric Firing
On 02/21/2012 05:10 AM, Yannick Copin wrote: > Hi, > > after iterating with Michael A. Rawlins over my previous attempt to code > a Taylor diagram (see [1]), here's a new version of my code, along with > an example plot. Maybe it could make its way into the gallery as an > example of Floating Axes

Re: [Matplotlib-users] sizebars at fixed location

2012-02-21 Thread Bartosz Telenczuk
Hi again, I found an example that implements something like I described: http://matplotlib.sourceforge.net/examples/pylab_examples/anchored_artists.html?highlight=size%20bar However, it did not allow to set arbitrary position. I modified the example to provide the anchor_to_bbox argument of Anc

Re: [Matplotlib-users] Question(s) for new MAC 10.7 User

2012-02-21 Thread Jason Grout
On 2/21/12 9:24 AM, Lou Pecora wrote: > To William Jennings. > > I would suggest you look at the SAGE python package > (http://www.sagemath.org/). Like Enthought it's an all-in-one package. > My package uses Python 2.6.4. Current versions may be higher. It has a > LOT of stuff, but you don't need t

[Matplotlib-users] Question(s) for new MAC 10.7 User

2012-02-21 Thread Lou Pecora
To William Jennings. I would suggest you look at the SAGE python package (http://www.sagemath.org/). Like Enthought it's an all-in-one package.  My package uses Python 2.6.4.   Current versions may be higher.  It has a LOT of stuff, but you don't need to use it all and can ignore it (lots on sym

[Matplotlib-users] Installing NumPy / SciPy / Matplotlib / IPython on Mac OS 10.7 (Lion)

2012-02-21 Thread Ludwig Schwardt
Hi all, This is a topic that I have spent way too many hours on... Ever since Mac OS 10.4 I have been fine-tuning installation instructions for these packages, aiming for the shortest instructions installing as few extras as possible. With Lion it is finally getting very simple :-) First off, I a

[Matplotlib-users] sizebars at fixed location

2012-02-21 Thread Bartosz Telenczuk
Hi all, I am trying to add to the axes a sizebar (a line of length specified in data coordinates) at a fixed location relative to the axes (in axes coordinates). The idea is that I have several subplots with different scales and I want to add scalebar at the same position to each of them. I tr

Re: [Matplotlib-users] svg in plot

2012-02-21 Thread Bartosz Telenczuk
Hi, It is a very nice example. svgutils is a svg editting library and so it does not do any transformations itself. All the coordinates must be defined in the SVG space, whose origin is in the top left. Cheers, Bartosz On 21.02.2012, at 09:33, William Hoburg wrote: > Hi > > @Jakob and Barto

Re: [Matplotlib-users] Script hanging during plot of Runge-Kutta

2012-02-21 Thread Scott Sinclair
On 20 February 2012 07:08, surfcast23 wrote: > > Hi I wrote the following script, but it hangs right after plt.show(). I would > really appreciate it if someone could take a look and let me know where I'm > messing up. Thanks in advance Your script works fine for me. It's just that on the first p

Re: [Matplotlib-users] svg in plot

2012-02-21 Thread William Hoburg
Hi @Jakob and Bartosz Thx; Both approches (PYX and svgutils) worked well. But there are some things to consider. svgutils for instance uses coordinates from the top left corner. On Ubuntu (I use 11.10 x64) PYX can be installed from repository using synaptics. svgutils can be installed without p