Re: [Matplotlib-users] check pylab before upcoming release

2007-11-09 Thread Eric Firing
Eric Firing wrote: > A new mpl release is coming soon. One of the changes is that there is a > new matplotlib.pyplot module that has only the plotting parts of the > pylab interface. The pylab module still imports from oldnumeric, so it > still has the old Numeric-style upper case types (Float

Re: [Matplotlib-users] A question about pam/zoom functionality of navigationtoolbar

2007-11-09 Thread John Hunter
On Nov 9, 2007 12:37 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Nov 8, 2007 7:48 PM, sunzen w. <[EMAIL PROTECTED]> wrote: > > Mike, > > Thank you for your suggestion. > > I found that pan mode doesn't work as expected in page of notebook. > > The sample code is attached. > > Thanks for your fu

Re: [Matplotlib-users] A question about pam/zoom functionality of navigationtoolbar

2007-11-09 Thread John Hunter
On Nov 8, 2007 7:48 PM, sunzen w. <[EMAIL PROTECTED]> wrote: > Mike, > Thank you for your suggestion. > I found that pan mode doesn't work as expected in page of notebook. > The sample code is attached. > Thanks for your further guidance in advance. Now that is a well focused question. A little

Re: [Matplotlib-users] edgecolor='None' & sans-serif math font

2007-11-09 Thread John Hunter
On Nov 9, 2007 8:45 AM, Darren Dale <[EMAIL PROTECTED]> wrote: > I think it has not been resolved. I am not so familiar with the mpl's color > handling code, and I need to turn to "official business" for the rest of the > day. John or Eric, do you have time to look into this? The string 'None' is

Re: [Matplotlib-users] edgecolor='None' & sans-serif math font

2007-11-09 Thread Darren Dale
On Friday 09 November 2007 09:24:25 am Peter-Jan Randewijk wrote: > Hi Darren, John, Eric, > > Has the issue regarding, edgecolor='None', been resolved or is this > still work in progress. > > I am busy with a presentation using LaTeX's Beamer class with a > "corporate gradiented grayish backgroun

Re: [Matplotlib-users] Qt4 backend improvements

2007-11-09 Thread Darren Dale
On Friday 09 November 2007 08:11:02 am Michael Droettboom wrote: > Thanks for these patches. (And thanks for the e-mail -- many of the > developers, myself included, don't follow the trackers all that > frequently.) I agree. Its great to get patch submissions, and I dont follow the tracker as cl

Re: [Matplotlib-users] Qt4 backend improvements

2007-11-09 Thread Michael Droettboom
Thanks for these patches. (And thanks for the e-mail -- many of the developers, myself included, don't follow the trackers all that frequently.) Martin Teichmann wrote: > Hi all, > > I've looked a bit into the Qt4 backend and found some oddities > that might be interesting to change. The Qt4 ba

Re: [Matplotlib-users] check pylab before upcoming release

2007-11-09 Thread Michael Droettboom
Darren Dale wrote: > On Friday 09 November 2007 07:25:09 am Michael Droettboom wrote: >> Darren wrote: >> * Use the system pyparsing, if available. If not, install pyparsing like we >> do with pytz and dateutil. matplotlib.pyparsing is gone. >> >> That seems like a bad idea. In my experience, pypa

Re: [Matplotlib-users] check pylab before upcoming release

2007-11-09 Thread Darren Dale
On Friday 09 November 2007 07:25:09 am Michael Droettboom wrote: > Darren wrote: > * Use the system pyparsing, if available. If not, install pyparsing like we > do with pytz and dateutil. matplotlib.pyparsing is gone. > > That seems like a bad idea. In my experience, pyparsing has changed APIs > a

Re: [Matplotlib-users] check pylab before upcoming release

2007-11-09 Thread Michael Droettboom
Darren wrote: * Use the system pyparsing, if available. If not, install pyparsing like we do with pytz and dateutil. matplotlib.pyparsing is gone. That seems like a bad idea. In my experience, pyparsing has changed APIs at even minor releases. Worse, given the complexity of the interface, I wo

[Matplotlib-users] Qt4 backend improvements

2007-11-09 Thread Martin Teichmann
Hi all, I've looked a bit into the Qt4 backend and found some oddities that might be interesting to change. The Qt4 backend does not use the Qt4 facilities to create a toolbar but does it on its own. I changed that and filed a patch at the sourceforge patch site under patch request ID 1828848 (Qt4

Re: [Matplotlib-users] Matplotlib over the network?

2007-11-09 Thread Johann Rohwer
On Friday, 9 November 2007, Eric Firing wrote: > Greg Novak wrote: > > Much of the data that I would like to plot lives on machines > > other than my desktop. I'd like to log in to the remote machine, > > start Python, and then let Matplotlib pop up an Xwindow on my > > desktop machine. The probl