|
From: Darren D. <dd...@co...> - 2006-01-22 17:02:53
|
On Sunday 22 January 2006 8:21 am, John Hunter wrote: > Flush the cache and reinstall from CVS and make sure you can repeat > this error after the newest fixes (probably still there but worth a > try). If so inspect the pointed to PNG file and see what is going on > with it: does it exist, does it have data in it, is it in fact a > readable png? I fixed a bad rcParams key in backend_agg (fixed in cvs), but I still cant change the fonts on the fly. That got me thinking, isn't it the case that any rcParams need to be changed before importing from pylab, or has this requirement changed? John's changes do work if you make rc changes before importing from pylab. Darren |