[matplotlib-devel] kwarg handling

2008-07-12 Thread Eric Firing
In responding to an inquiry about an exception raised when using "plot(..., markerfacecolor=None)" (http://www.mail-archive.com/[EMAIL PROTECTED]/msg07627.html) I made a small change to avoid the problem. My question is, should the following be raised to a general principle, to be followed wit

Re: [matplotlib-devel] kwarg handling

2008-07-12 Thread John Hunter
On Sat, Jul 12, 2008 at 4:31 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > and I am suggesting that this handling of None as a default should > always be moved to a setter if one exists. That way, a user can always > get a property back to its default value by setting it to None. > > Does anyone i