[Matplotlib-users] mpl event backend; replotting a subplot (inefficient example improvement suggestions?)

2008-01-13 Thread Michael Frauens
I want to create an copy of a subplot in its unique figure after being clicked on in a figure with multiple subplots. My code seems to work but I believe is inefficient and I'd like to understand how to use the event.* information more effectively in mpl. I am successfully creating multiple

Re: [Matplotlib-users] Static linking problem on matplotlib eggs

2008-01-13 Thread Christopher Fonnesbeck
OK, I managed to build with the setupext.py list empty as you specified. However, for some reason, the resulting matplotlib egg *still* looks for dynamic libraries in /usr/local: ImportError: dlopen(/Library/Python/2.5/site-packages/

[Matplotlib-users] matplotlib/__init__.py

2008-01-13 Thread Tom Johnson
I was looking at rc_params() and saw if not os.path.exists(fname): message = 'could not find rc file; returning defaults' ret = dict([ (key, tup[0]) for key, tup in defaultParams.items()]) warnings.warn(message) return ret Is this correct? It seems that it