Re: [Matplotlib-users] Building matplotlib from source with libpng (png.h) installed via fink on Mac OS X

2010-08-09 Thread Markus Baden
On Aug 10, 2010, at 5:34 AM, Friedrich Romstedt wrote: > 2010/8/9 Markus Baden : >> On my Macbook Pro I use Python 2.6 as provided by the Enthought >> Python >> Distribution. I ran into some problem with Axes3D so I decided to >> upgrade to the latest version from source. While trying that I go

Re: [Matplotlib-users] GTk backend problem

2010-08-09 Thread Friedrich Romstedt
2010/8/9 Antonino Cucchiara : > Hello, > I recently upgraded to Enthought python 2.6 an so I have now matplotlib > 0.99.3 > My scripts now no longer seem to find the pyGTK since when I run them I got > this message: > > [...] Where was your original pygtk installed, and what was your previous Pyth

Re: [Matplotlib-users] Sequential calls to functions to draw graphs results in flawed graphs on second call.

2010-08-09 Thread Friedrich Romstedt
2010/8/8 Rob Schneider : > Running 0.98.5.3 > (would upgrade to 1.0 but having trouble installing it on Mac OS X as it > doesn't appear to like the version of Python Apple provides). What's your problem with 1.0? Friedrich

Re: [Matplotlib-users] Building matplotlib from source with libpng (png.h) installed via fink on Mac OS X

2010-08-09 Thread Friedrich Romstedt
2010/8/9 Markus Baden : > On my Macbook Pro I use Python 2.6 as provided by the Enthought Python > Distribution. I ran into some problem with Axes3D so I decided to > upgrade to the latest version from source. While trying that I got a > similiar error message as discussed in > > http://www.mail-ar

Re: [Matplotlib-users] Win7. Why Don't Matplotlib, ... Show up in Control Panel Add-Remove?

2010-08-09 Thread Friedrich Romstedt
2010/8/9 Wayne Watson : > See Subject. I use matplotlib, scipy, numpy and possibly one other > module. If I go to the control panel, I only see numpy listed. Why? I > use a search and find only numpy and Python itself. How can matplotlib > and scipy be uninstalled? I think it should suffice to del

Re: [Matplotlib-users] Problem getting math symbols into text

2010-08-09 Thread Michael Hannon
- Original Message > From: Michael Droettboom > To: Michael Hannon ; >matplotlib-users@lists.sourceforge.net > Sent: Thu, August 5, 2010 6:24:58 AM > Subject: Re: [Matplotlib-users] Problem getting math symbols into text > It looks like you're configured for the STIX fonts (the rcPa

Re: [Matplotlib-users] New subplots from 1.0 + shared axis

2010-08-09 Thread Fernando Perez
On Mon, Aug 9, 2010 at 11:49 AM, Filipe Pires Alvarenga Fernandes wrote: > > It sacrifice a more fine control, but simplify the processes for the > majority of the plots that I produce. Yes, that was the idea. We figured that if you need very fine-grained control over axis sharing in complex way

Re: [Matplotlib-users] New subplots from 1.0 + shared axis

2010-08-09 Thread Filipe Pires Alvarenga Fernandes
On Mon, Aug 9, 2010 at 12:22, Fernando Perez wrote: > On Mon, Aug 9, 2010 at 8:48 AM, Filipe Fernandes wrote: >> >> The docstring for sunplots has the "sharex(y) option", but my "ax" are >> being created now!? Is that a chicken and egg problem? Or I'm failing to >> understand the logic here. > >

[Matplotlib-users] Stickplot (quiver) at the gallery

2010-08-09 Thread Filipe Fernandes
Hello list, Some time ago Stephane Raynaud answered my question on how to produce a stickplot using quiver: http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg15314.html Since then, I have been forwarding that to several people interested in producing such a plot. Maybe it

[Matplotlib-users] GTk backend problem

2010-08-09 Thread Antonino Cucchiara
Hello, I recently upgraded to Enthought python 2.6 an so I have now matplotlib 0.99.3 My scripts now no longer seem to find the pyGTK since when I run them I got this message: Traceback (most recent call last): File "./sed_plotb_v2.py", line 14, in from pylab import * File "/Library/

[Matplotlib-users] matplotlib v1.0.0: mac installation issue

2010-08-09 Thread Antonino Cucchiara
Hello, I am running a MacOS Snow leopard and I recently istalled the python 2.6 via Enthought. I wanted to upgrade the matplotlib 1.0 but when I run the .mpkg the installation don't start because it seems not recognizing the python 2.6 is installed (I do have now 2.6.6). Any suggestions? Thanks

Re: [Matplotlib-users] New subplots from 1.0 + shared axis

2010-08-09 Thread Fernando Perez
On Mon, Aug 9, 2010 at 8:48 AM, Filipe Fernandes wrote: > > The docstring for sunplots has the "sharex(y) option", but my "ax" are > being created now!? Is that a chicken and egg problem? Or I'm failing to > understand the logic here. Don't worry: when you indicate that you want to share axes (x

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-08-09 Thread Russell Owen
On Aug 9, 2010, at 8:17 AM, Friedrich Romstedt wrote: > 2010/8/7 Russell E. Owen : >> In article , >> Stephen T. >> wrote: >> >>> Hi, I am having trouble installing matplotlib. I have OS X 10.5 >>> with Python >>> 2.6 >>> downloaded and installed from python.org. >>> (10.5 came with Apple >

[Matplotlib-users] New subplots from 1.0 + shared axis

2010-08-09 Thread Filipe Fernandes
Hello list, I enjoyed the new feature: fig, axarr = plt.subplots(2, 2) However, I failed to understand how to use the shared axis option with this new feature. The docstring for sunplots has the "sharex(y) option", but my "ax" are being created now!? Is that a chicken and egg problem? Or I'm f

Re: [Matplotlib-users] installation of matplotlib on OS X 10.5 with python.org Python 2.6

2010-08-09 Thread Friedrich Romstedt
2010/8/7 Russell E. Owen : > In article , >  Stephen T. >  wrote: > >> Hi, I am having trouble installing matplotlib. I have OS X 10.5 with Python >> 2.6 >>  downloaded and installed from python.org. >>  (10.5 came with Apple >>  Python 2.5). I've also installed NumPy and SciPy for Python 2.6. > >

Re: [Matplotlib-users] Confusion Matrix

2010-08-09 Thread Friedrich Romstedt
2010/8/9 John Hunter : > On Sun, Aug 8, 2010 at 8:03 PM, Friedrich Romstedt > wrote: >> P.S.: You can also try >> http://matplotlib.sourceforge.net/examples/pylab_examples/alignment_test.html >> , I believe there was some other manual around also covering the >> baseline option, but I cannot find

Re: [Matplotlib-users] Unable to make sequential calls to functions with create matplotlib graphs ... second gets jumbled

2010-08-09 Thread Rob Schneider
Eric, thanks for follow-up! No, I didn't miss it. Saw it Sunday night my time and spent time with my son getting him ready for start of university istead. Re the setup of Python ... I will do that this week. Here's the code extract: #!/usr/bin/env python # −*− coding: UTF−8 −*− import matp