Re: [Matplotlib-users] setting thickness of axis frame

2009-02-04 Thread Jae-Joon Lee
> Actually, I just went back and found a reply from Jae-Joon to a post of > mine in November about this. He points out that get_frame() is > deprecated, but that gca().frame.set_linewidth(2) should work. This is > not working for me either now (it was at the time), and now that I > notice, I am als

Re: [Matplotlib-users] setting thickness of axis frame

2009-02-04 Thread Jeff Whitaker
Michael Hearne wrote: > Forgot the attachment... Michael: It's ax.frame.set_linewidth (not ax.patch). -Jeff > > > Michael Hearne wrote: >> Chris - Thanks for your reply. Unfortunately, it didn't seem to have >> any effect on the frame I created. >> >> I notice with matplotlib 0.98.5.1, I get a

Re: [Matplotlib-users] setting thickness of axis frame

2009-02-04 Thread Michael Hearne
Forgot the attachment... Michael Hearne wrote: Chris - Thanks for your reply. Unfortunately, it didn't seem to have any effect on the frame I created. I notice with matplotlib 0.98.5.1, I get a warning with get_frame(), telling me to use the patch object of the axes instead of get_frame().

Re: [Matplotlib-users] setting thickness of axis frame

2009-02-04 Thread Michael Hearne
Chris - Thanks for your reply. Unfortunately, it didn't seem to have any effect on the frame I created. I notice with matplotlib 0.98.5.1, I get a warning with get_frame(), telling me to use the patch object of the axes instead of get_frame(). So, when I use this with an axes created for a Bas

Re: [Matplotlib-users] setting thickness of axis frame

2009-02-04 Thread Christopher Brown
Hi, CM> > I use: CM> > CM> > plt.gca().get_frame().set_linewidth(2) CM> > CM> CM> That is not working for me. Is it working now for the OP? Actually, I just went back and found a reply from Jae-Joon to a post of mine in November about this. He points out that get_frame() is deprecated, but tha

Re: [Matplotlib-users] ImportError with basemap-0.99.3 windows binary installer

2009-02-04 Thread Jeff Whitaker
Scott Sinclair wrote: > Hi Jeff, > > I'm seeing the following error with basemap-0.99.3 on Windows. It was > installed using the binary installer from sourceforge (as were Numpy > and Matplotlib). > > Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] > on > > win32 > > T

[Matplotlib-users] rc params strangeness/error

2009-02-04 Thread Leo Trottier
Matplotlib 0.98.5.2 Location: C:\leo\.matplotlib Running Windows XP SP2 Obtained from pythonxy v. 2.1.10 No rc customizations ... I've been having a devil of a time getting my rcParams to update mid-script. Perhaps this isn't possible, but if that's so, it's not entirely clear. Even if it is so,

Re: [Matplotlib-users] ImportError with basemap-0.99.3 windows binary installer

2009-02-04 Thread Jeff Whitaker
Scott Sinclair wrote: > Hi Jeff, > > I'm seeing the following error with basemap-0.99.3 on Windows. It was > installed using the binary installer from sourceforge (as were Numpy > and Matplotlib). > > Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] > on > > win32 > > T

[Matplotlib-users] ImportError with basemap-0.99.3 windows binary installer

2009-02-04 Thread Scott Sinclair
Hi Jeff, I'm seeing the following error with basemap-0.99.3 on Windows. It was installed using the binary installer from sourceforge (as were Numpy and Matplotlib). Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "lice