Re: [Matplotlib-users] import pylab does't work on windows - font error?

2006-06-13 Thread Fernando Perez
On 6/13/06, Norman Guinasso <[EMAIL PROTECTED]> wrote: > I can't get import pylab to work. My matplotlabrc file and some ipython > output is attached. The font manager seems to fail. Any suggestions? > C:\Python24\lib\ntpath.py in splitdrive(p) > 117 """Split a pathname into drive and pat

[Matplotlib-users] import pylab does't work on windows - font error?

2006-06-13 Thread Norman Guinasso
I can't get import pylab to work. My matplotlabrc file and some ipython output is attached. The font manager seems to fail. Any suggestions? ### MATPLOTLIBRC FORMAT # This is a sample matplotlib configuration file. It should be placed # in HOME/.matplotlib/matplotlibrc (unix/linux like system

Re: [Matplotlib-users] OSError when exporting figure in EPS

2006-06-13 Thread Fernando Perez
On 6/13/06, massimo sandal <[EMAIL PROTECTED]> wrote: > 5-minute googling lets me wonder if it's a problem with os.utime() not > always playing nice with fat32 partitions... odd because on my previous > debian sarge with the same configuration, it didn't complain. Could be, but I'm not really sur

Re: [Matplotlib-users] showing an image on log axes?

2006-06-13 Thread John Hunter
> "John" == John Pye <[EMAIL PROTECTED]> writes: John> Hi John, The image is correct when plotted using John> i=imread('plot.png') then imshow(i), but I want to add John> axes. I generated the image directly using GTK commands, John> then saved the pixbuf as png. The pixels in

Re: [Matplotlib-users] OSError when exporting figure in EPS

2006-06-13 Thread massimo sandal
Fernando Perez ha scritto: This shows the benefits of 'xmode verbose' :) There's enough info in that traceback to understand the problem: This is the call that fails. To confirm this is the problem, try: shutil.move('/tmp/foo','/fat32partition/foo') With any valid /tmp/foo file and your act