Re: [matplotlib-devel] Patch for matplotlib-py3

2011-03-17 Thread Michael Droettboom
Things are still very much in flux as we get our git legs -- so I didn't mean to imply any sort of "must do". It's not a problem to continue doing what you're doing, you just might see faster service by using github pull requests and the code review facility there is very cool. There's some in

Re: [matplotlib-devel] Patch for matplotlib-py3

2011-03-17 Thread Christoph Gohlke
I thought the workflow/process of contributing to matplotlib did not change: Christoph On 3/17/2011 6:40 AM, Michael Droettboom wrote: > I

Re: [matplotlib-devel] Patch for matplotlib-py3

2011-03-17 Thread Michael Droettboom
I have added these as pull requests to matplotlib/matplotlib-py3. To save us all time and make it easier to do code review, you may want to follow the instructions here to create your own pull requests: http://matplotlib.github.com/devel/gitwash/development_workflow.html Cheers, Mike _

Re: [matplotlib-devel] Backend for Pyside

2011-03-17 Thread Gerald Storer
It turns out that it was also trivial to get the figure options editor working with PySide. All that needed to be done was (in formlayout.py): * Replace the references to PyQt with PySide * Change: from PyQt.QtCore import (Qt, SIGNAL, SLOT, QSize, QString,