Re: [matplotlib-devel] MEP13 - python containers

2013-01-17 Thread Todd
On Thu, Jan 17, 2013 at 11:30 AM, Todd wrote: > On Thu, Jan 17, 2013 at 10:43 AM, Phil Elson wrote: > >> Hi Todd, >> >> I agree with the principle of properties - it will make much of the mpl >> codebase (and user code) more pythonic, so thanks for proposing this. >> >> Would you be able to give

Re: [matplotlib-devel] MEP13 - python containers

2013-01-17 Thread Todd
On Thu, Jan 17, 2013 at 10:43 AM, Phil Elson wrote: > Hi Todd, > > I agree with the principle of properties - it will make much of the mpl > codebase (and user code) more pythonic, so thanks for proposing this. > > Would you be able to give an example of how you propose setters such as > Axes.set

Re: [matplotlib-devel] MEP13 - python containers

2013-01-17 Thread Phil Elson
Hi Todd, I agree with the principle of properties - it will make much of the mpl codebase (and user code) more pythonic, so thanks for proposing this. Would you be able to give an example of how you propose setters such as Axes.set_xlim might make use of properties. The particular example I have