[matplotlib-devel] AttributeError: 'FigureCanvasWxAgg' object has no attribute 'SetInitialSize'

2008-06-07 Thread Nils Wagner
Hi all, I have some trouble with matplotlib's svn version. Any pointer would be appreciated. Thanks in advance Nils /usr/bin/python -i nlp_3.py --verbose-helpful $HOME=/home/nwagner matplotlib data path /usr/lib/python2.4/site-packages/matplotlib/mpl-data loaded rc fil

[matplotlib-devel] Adding Backends

2008-06-07 Thread Ryan May
Hi, Is there any reason that adding a backend requires modifying both rcsetup.py and the __init__.py in the backends subdirectory? Couldn't rcsetup.py fetch the list from the __init__.py (or vice-versa)? Thanks, Ryan -- Ryan May Graduate Research Assistant School of Meteorology University o

Re: [matplotlib-devel] Adding Backends

2008-06-07 Thread Eric Firing
Ryan May wrote: > Hi, > > Is there any reason that adding a backend requires modifying both > rcsetup.py and the __init__.py in the backends subdirectory? Couldn't > rcsetup.py fetch the list from the __init__.py (or vice-versa)? > > Thanks, > > Ryan > Ryan, rcsetup can't get it from backe

Re: [matplotlib-devel] Adding Backends

2008-06-07 Thread Ryan May
Eric Firing wrote: > rcsetup can't get it from backends/__init__.py because that would set a > backend selection in stone. But backends/__init__.py can get it from > rcsetup, and I am in the process of making that change on the trunk. > This duplication had annoyed me earlier, but I didn't do a

Re: [matplotlib-devel] Adding Backends

2008-06-07 Thread Eric Firing
Ryan May wrote: > Eric Firing wrote: >> rcsetup can't get it from backends/__init__.py because that would set >> a backend selection in stone. But backends/__init__.py can get it >> from rcsetup, and I am in the process of making that change on the >> trunk. This duplication had annoyed me earl