On 06/01/2010 03:33 PM, Fernando Perez wrote:
> On Tue, Jun 1, 2010 at 4:35 PM, Eric Firing<efir...@hawaii.edu>  wrote:
>> it seems to me that the solution is for
>> bar to take a kwarg, say "errorkw", which is a dict that will be passed
>> to errorbar via **errorkw, and that can have any valid errorbar kwargs
>> in it.  There is some precedent for this sort of thing, and I find it a
>> useful way of keeping kwargs from getting out of control when one is
>> making complicated compound plots.
>
> That would be my suggessted approach as well, I've used it elsewhere.
>
>> If there is no objection, I will do it.
>
> Fabulous, many thanks!

Done in svn 8369.  Its usage is illustrated in barchart_demo.py. 
Partially following your lead with subplots, I spelled it error_kw.

Eric

>
> Cheers,
>
> f
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to