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
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
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