Re: [matplotlib-devel] calculate axes position at drawing time

2008-12-19 Thread Jae-Joon Lee
As there was no explicit objection, I just submit this to the trunk. The change in Axes class is rather minor, and I hope others don't mind. I added two examples. The examples are rather lengthy, because they are actually helper classes that I have been playing with (and it is not well documented).

[matplotlib-devel] calculate axes position at drawing time

2008-12-16 Thread Jae-Joon Lee
Hello, I'm thinking about slightly modifying the draw() method of the Axes class, so that user can optionally calculate the position of the axes at drawing time. It may be considered as a general version of the apply_aspect() method. For example, instead of "self.apply_aspect()" call in the draw