Re: [Matplotlib-users] Confusion Matrix

2010-08-09 Thread Friedrich Romstedt
2010/8/9 John Hunter jdh2...@gmail.com: On Sun, Aug 8, 2010 at 8:03 PM, Friedrich Romstedt friedrichromst...@gmail.com 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

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 ro...@uw.edu: In article snt131-w29254d6077b5b2f95c81a3bb...@phx.gbl,  Stephen T. obsessiv...@hotmail.com  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

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 ro...@uw.edu: In article snt131-w29254d6077b5b2f95c81a3bb...@phx.gbl, Stephen T. obsessiv...@hotmail.com wrote: Hi, I am having trouble installing matplotlib. I have OS X 10.5 with Python 2.6 downloaded

[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?

[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 module from pylab import * File

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 fperez@gmail.com wrote: On Mon, Aug 9, 2010 at 8:48 AM, Filipe Fernandes ocef...@gmail.com 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

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 ocef...@gmail.com 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

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

2010-08-09 Thread Michael Hannon
- Original Message From: Michael Droettboom md...@stsci.edu To: Michael Hannon jm_han...@yahoo.com; 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

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 sierra_mtnv...@sbcglobal.net: 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

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 markus.ba...@gmail.com: 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

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 markus.ba...@gmail.com: 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