From: Gael V. <gae...@no...> - 2007-12-12 00:33:31
|
On Tue, Dec 11, 2007 at 07:14:11PM -0500, Darren Dale wrote: > RcParamsWrapper was created so we could get matplotlib working with the new > config object without a massive rewrite of the entire library. The intention > is to use the object-oriented interface internally, and to encourage users to > do the same. RcParamsWrapper simply provides the upgrade path. OK, Thanks a lot. I'll probably stick with pure objects, than, but I might modify the __repr__ of the object to make it more easily for the user to edit this interactively (ie making a representation more like to one you would get out of a dictionnary. The problem is that it would break your script, so I can't send you a patch. I'd like the codebase to stay similar, so maybe we can discuss this once I have some code. Gaël |