[Matplotlib-users] RuntimeError and fontCache

2010-12-17 Thread Nat Echols
I updated the version of matplotlib distributed with our group's software to 1.0.0 a week and a half ago (we also use wxPython 2.8.11.0 and Python 2.7). Since then, multiple users (all on Mac, so far, although we also distribute a Linux version) have been reporting this error: RuntimeError :

[Matplotlib-users] Using legend with a stem plot

2010-12-17 Thread Alejandro Weinstein
Hi: I want to add a legend to a stem plot with two plots. The basic code is: ### from pylab import * x = [1,2,3,4,5] y1 = [1, 2, 3, 4, 5] y2 = [5, 4, 3, 2, 1] subplot(211) plot(x, y1, 'rx-') plot(x, y2, 'bx-') legend(('a', 'b')) subplot(212) stem(x, y1, 'r') stem(x,y2,

Re: [Matplotlib-users] Bugs?

2010-12-17 Thread Friedrich Romstedt
2010/12/15 John Floan john.fl...@ntnu.no: I have tried to install matplotlib to our IBM cluster P5(aix5) and get this error message (see below): The python script output xlC_r xlC_r (2 times) (see end of this email). Is that right? John building 'matplotlib.ft2font' extension xlC_r xlC_r

Re: [Matplotlib-users] image conversion

2010-12-17 Thread Alan G Isaac
On 12/17/2010 12:24 AM, Robert Field wrote: imagemagick/graphicsmagick aren't able to do the work. I've found something else to use in the meantime. It would not be off topic to share your solution with the list. Alan Isaac

Re: [Matplotlib-users] help requested

2010-12-17 Thread Friedrich Romstedt
Sorry for the long delay, simplest case would be if you can install networkx for py2.6 and the matplotlib you already have on that py2.6 too. Other, painful option is to compile matplotlib on WIndows yourself (but I cannot help with this). I don't know networkx but I strongly believe that py2.6

Re: [Matplotlib-users] image conversion

2010-12-17 Thread Robert Field
Ah, imagemagick/graphicsmagick couldn't successfully parse svg, so no conversion was possible. I wound up looking at batik, a java-based solution, which is not fast, but has the benefit of actually working. --Rob On Dec 17, 2010, at 3:11 PM, Alan G Isaac wrote: On 12/17/2010 12:24 AM,

Re: [Matplotlib-users] help requested

2010-12-17 Thread Christoph Gohlke
Unofficial matplotlib binaries for Python 2.7 for Windows are available at http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib. Christoph On 12/11/2010 11:55 PM, Abdul Rasheed wrote: hi all i am new to networkx and Matplotlib. I downloaded networkx1.3 under python 2.7.1 for windows xp.

Re: [Matplotlib-users] image conversion

2010-12-17 Thread Tim Gray
On Dec 16, 2010 at 09:24 PM -0800, Robert Field wrote: That's what I thought at first too, but imagemagick/graphicsmagick aren't able to do the work. I've found something else to use in the meantime. Thanks, You could save an additional pdf version with your matplotlib code and convert that

Re: [Matplotlib-users] unofficial binaries (Matplotlib, etc)

2010-12-17 Thread Alan G Isaac
On 12/17/2010 6:28 PM, Christoph Gohlke wrote: http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib Wow! That's quite an offering. Alan Isaac -- Lotusphere 2011 Register now for Lotusphere 2011 and learn how to

Re: [Matplotlib-users] RuntimeError and fontCache

2010-12-17 Thread Benjamin Root
On Friday, December 17, 2010, Nat Echols nathaniel.ech...@gmail.com wrote: I updated the version of matplotlib distributed with our group's software to 1.0.0 a week and a half ago (we also use wxPython 2.8.11.0 and Python 2.7).   Since then, multiple users (all on Mac, so far, although we also