Re: [matplotlib-devel] Subclasses Axes

2010-02-16 Thread Jae-Joon Lee
On Sat, Feb 13, 2010 at 2:23 PM, T J wrote: > Subclasses of Axes, such as PolarAxes, inherit many functions which > make implicit assumptions of rectilinear coordinates.  From a design > perspective, it seems like most of these functions should not belong > to the parent class, and that, perhaps,

[matplotlib-devel] Subclasses Axes

2010-02-13 Thread T J
Subclasses of Axes, such as PolarAxes, inherit many functions which make implicit assumptions of rectilinear coordinates. From a design perspective, it seems like most of these functions should not belong to the parent class, and that, perhaps, there should exist a RectilinearAxes(Axes) class. Es