Re: [matplotlib-devel] boilerplate.py

2011-08-31 Thread John Hunter
On Wed, Aug 31, 2011 at 7:34 PM, Benjamin Root wrote: > Hello all, > > In my continuing quest to get style cycles working, I wanted to get > errorbar() to support it as well.  Unfortunately, errorbar() has a default > kwarg 'fmt' that takes a value of '-', and *None* already has a special > meanin

[matplotlib-devel] boilerplate.py

2011-08-31 Thread Benjamin Root
Hello all, In my continuing quest to get style cycles working, I wanted to get errorbar() to support it as well. Unfortunately, errorbar() has a default kwarg 'fmt' that takes a value of '-', and *None* already has a special meaning in errorbar(). Therefore, I wanted to determine if the user wan