[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 name for the latter, but I'm not
sure if this name makes any sense. Any suggestion will be very
appreciated.

-JJ

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


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.imageshack.us/img40/3909/dashedline.png
>
> There is dashed line in the middle of the figure coming from the top of the
> plot. I didn't mean grid lines, however would be nice to add a functionality
> like pylot's x-yticks commands, ahh we also need zticks for your case :)
>
> gs
>
>
> On Mon, Jun 8, 2009 at 4:37 PM, Reinier Heeres  wrote:
>>
>> Hi,
>>
>> I'm not sure what line you are referring to; do you mean the grid
>> lines? If not, please provide an image.
>>
>> At the moment these lines can't be turned off, but it sounds like a
>> good plan to override the grid() function for that.
>>
>> Regards,
>> Reinier
>>
>> On Mon, Jun 8, 2009 at 10:48 PM, Gökhan SEVER
>> wrote:
>> > Hi,
>> >
>> > Could you please tell me how not to see the dashed line in the middle of
>> > 3d
>> > plotting scene? It's also there on a saved png file as well.
>> >
>> > Next, could it be possible to plot 3d box-whiskers plots via mplot3d
>> > interface?
>> >
>> > Thanks...
>> >
>> > I really appreciate your good work.
>> >
>> > Gökhan
>> >
>> >
>> > On Sun, Jun 7, 2009 at 6:27 PM, Reinier Heeres 
>> > wrote:
>> >>
>> >> Hi all,
>> >>
>> >> I just updated mplot3d with some refactoring, more examples and the
>> >> start of documentation. Also semi-3D text is available again.
>> >>
>> >> Please let me know what you think, perhaps mostly about the
>> >> user-facing API. It would be good to get that 'right' so that we don't
>> >> have to change it in the future.
>> >>
>> >> Regards,
>> >> --
>> >> Reinier Heeres
>> >> Bleijenburg 64
>> >> 2511 VD Den Haag
>> >> The Netherlands
>> >>
>> >> Tel: +31 6 10852639
>> >>
>> >>
>> >>
>> >> --
>> >> OpenSolaris 2009.06 is a cutting edge operating system for enterprises
>> >> looking to deploy the next generation of Solaris that includes the
>> >> latest
>> >> innovations from Sun and the OpenSource community. Download a copy and
>> >> enjoy capabilities such as Networking, Storage and Virtualization.
>> >> Go to: http://p.sf.net/sfu/opensolaris-get
>> >> ___
>> >> Matplotlib-devel mailing list
>> >> Matplotlib-devel@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>> >
>> >
>>
>>
>>
>> --
>> Reinier Heeres
>> Bleijenburg 64
>> 2511 VD Den Haag
>> The Netherlands
>>
>> Tel: +31 6 10852639
>
>



-- 
Reinier Heeres
Bleijenburg 64
2511 VD Den Haag
The Netherlands

Tel: +31 6 10852639

--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


[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, --helpshow this help message and exit
  -d DIRS, --dirs=DIRS, --directories=DIRS
Run only the tests in these directories; comma-
separated list of one or more of: pylab (or
pylab_examples), api, units, mplot3d
  -b BACKENDS, --backends=BACKENDS
Run tests only for these backends; comma-separated
list of one or more of: agg, ps, svg, pdf, template,
cairo, cairo.png, cairo.ps, cairo.pdf, cairo.svg.
Default is everything except cairo.
  --clean   Remove result directories, run no tests
  -c, --coverageRun in coverage.py
  -v, --valgrindRun in valgrind

In addition to the list of backends given via the -b and --backends
options, any extra arguments are added to the list of backends, or
interpreted as switches to pass to the subprocess that runs each test.

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


--
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel