[matplotlib-devel] backend_driver.py

2009-06-13 Thread Jouni K . Seppänen
I just committed a change to backend_driver.py that allows running a subset of all tests by directory. In the process I changed the command line parsing to use OptionParser, but I tried to keep it reasonably backward compatible. Here are the options the script now takes: Options: -h, --help

Re: [matplotlib-devel] mplot3d update

2009-06-13 Thread Reinier Heeres
Hi, I just fixed this issue and implemented setting/unsetting of the grid. I also added a parameter axes3d.grid to matplotlibrc, which defaults to True. Is that ok? Cheers, Reinier On Mon, Jun 8, 2009 at 11:43 PM, Gökhan SEVER wrote: > Hello, > > Please see the uploaded image: > http://img40.ima

[matplotlib-devel] text rotation_mode

2009-06-13 Thread Jae-Joon Lee
Hi, I just committed a simple patch that introduces a "rotation_mode" property for Text artist. By default, mpl rotates the text first and then align it. The patch let it (optionally) align then rotate (see examples/pylab_examples/demo_text_rotation_mode.py). I have chosen "anchor" as the mode nam