[Matplotlib-users] plot_suface coloring

2007-11-14 Thread Seyit Hocuk
Hi everybody, I have sent this email before today, but I wasn't a member back then. So I don't know if it was sent. Anyway I am sending it again, if anyone knows how to color the plot_surface function (along an axis perhaps), please share your knowledge. Thanks, Seyit Seyit Hocuk wrote: Hi

[Matplotlib-users] Y axis label overlaps with ticks when using Wx (UNCLASSIFIED)

2007-11-14 Thread Day, Michael A. AMRDEC/SimTech
Classification: UNCLASSIFIED Caveats: NONE Howdy, When using Wx as the backend and plotting a line: the y axis label is overlapping with the y axis ticks. This only appears to happen when using Wx; when using Tk, the label appears as expected. I have tried many things suggested by mail

Re: [Matplotlib-users] Y axis label overlaps with ticks when using Wx (UNCLASSIFIED)

2007-11-14 Thread John Hunter
On Nov 14, 2007 11:31 AM, Day, Michael A. AMRDEC/SimTech [EMAIL PROTECTED] wrote: Sample of what I'm trying to do: -- import matplotlib matplotlib.use('Wx') Is it possible for you to use WXAgg -- this is the recommended backend for wx users. The only advantage of

Re: [Matplotlib-users] Y axis label overlaps with ticks when using Wx (UNCLASSIFIED)

2007-11-14 Thread Day, Michael A. AMRDEC/SimTech
Classification: UNCLASSIFIED Caveats: NONE Yep, I can use that. Not only did that solve the yaxis label issue, EVERYTHING works much better now. Under Wx there was some delay when resizing the window, and the lines didn't look as good. Thanks a lot! -Original Message- From: John

Re: [Matplotlib-users] Installing under Leopard (Mac OSX 10.5)

2007-11-14 Thread Jed Frechette
Scott Cooper wrote: sent to: matplotlib-users@lists.sourceforge.net I'm attempting to install matplotlib under version 10.5 (Leopard) of the Macintosh operating system. I had an old installation, via Fink, which broke when I (foolishly) upgraded from version 10.4 to version 10.5.

Re: [Matplotlib-users] Y axis label overlaps with ticks when using Wx (UNCLASSIFIED)

2007-11-14 Thread Michael Droettboom
Wx rotates text around a different origin (the upper left) than most of the other backends (the lower left). I've added a bit of code to correct for this. But I also second John's suggestion about using WxAgg if you can. Cheers, Mike Day, Michael A. AMRDEC/SimTech wrote: Classification:

Re: [Matplotlib-users] Installing under Leopard (Mac OSX 10.5)

2007-11-14 Thread sec6
Jed Frechette wrote: Scott Cooper wrote: sent to: matplotlib-users@lists.sourceforge.net I'm attempting to install matplotlib under version 10.5 (Leopard) of the Macintosh operating system. I had an old installation, via Fink, which broke when I (foolishly) upgraded from