[Matplotlib-users] Matplotlib V1.3 suptitle

2013-08-23 Thread Peter Bloomfield
Good morning, I am running openSuSE 12.2, and this morning I upgraded matplotlib to v1.3, and now I am having a problem with suptitle. I use the following lines to put a title and legend onto a plot figure import matplotlib.pyplot as plt plt.figure(1) plt.suptitle( Study# : +

Re: [Matplotlib-users] Matplotlib V1.3 suptitle

2013-08-23 Thread Peter Bloomfield
On 08/23/2013 10:43 AM, Benjamin Root wrote: On Fri, Aug 23, 2013 at 9:57 AM, Peter Bloomfield peter.bloomfi...@camhpet.ca mailto:peter.bloomfi...@camhpet.ca wrote: Good morning, I am running openSuSE 12.2, and this morning I upgraded matplotlib to v1.3, and now I am having

Re: [Matplotlib-users] Matplotlib V1.3 suptitle

2013-08-23 Thread Peter Bloomfield
On 08/23/2013 11:31 AM, Benjamin Root wrote: On Fri, Aug 23, 2013 at 11:21 AM, Peter Bloomfield peter.bloomfi...@camhpet.ca mailto:peter.bloomfi...@camhpet.ca wrote: On 08/23/2013 10:43 AM, Benjamin Root wrote: On Fri, Aug 23, 2013 at 9:57 AM, Peter Bloomfield peter.bloomfi

Re: [Matplotlib-users] cxfreeze

2010-03-23 Thread Peter Bloomfield
for matplotlib to find them at run time. Mike Peter Bloomfield wrote: Hi, I want to build executables from python scripts that call matplotlib under linux. To this end I have installed cxfreeze on my SuSE 11.2 machine I have tried two methods 1. Execute the command 'cxfreeze

[Matplotlib-users] cxfreeze

2010-03-19 Thread Peter Bloomfield
Hi, I want to build executables from python scripts that call matplotlib under linux. To this end I have installed cxfreeze on my SuSE 11.2 machine I have tried two methods 1. Execute the command 'cxfreeze script.py' and 2. Creating a setup.py script import

[Matplotlib-users] Running matplotlib

2009-01-27 Thread Peter Bloomfield
Dear All, I apologise if this is naive, but I am having problems with matplotlib. I downloaded it as a tar ball from SourceForge and it all compiled and installed without any error. I have the following setup. Download source SourceForge - matplotlib-0.98.5.2.tar.gz OS OpenSUSE

Re: [Matplotlib-users] Running matplotlib

2009-01-27 Thread Peter Bloomfield
The problem I have is then when I issue the following from pylab import * Traceback (most recent call last): File stdin, line 1, in module File /usr/local/lib/python2.6/site-packages/pylab.py, line 1, in module File /usr/local/lib/python2.6/site-packages/matplotlib/pylab.py, line