Re: [Matplotlib-users] Arrows using Line2D and shortening lines

2008-08-24 Thread Jae-Joon Lee
Sure. you may include it if you want. -JJ On Sat, Aug 23, 2008 at 12:10 AM, Jason Grout <[EMAIL PROTECTED]> wrote: > Jae-Joon Lee wrote: >> Hi Jason, >> >> I did made a similar class sometime ago and I'm attaching it just in >> case. I guess it is very similar to yours but I rely on >> matploli

Re: [Matplotlib-users] Automatically make room for my tick labels without GUI ?

2008-08-24 Thread Mathieu Leplatre
On Thu, Aug 21, 2008 at 7:50 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > While I don't know much about how callbacks work in matplotlib, > looking at the source code of figure.draw() method, it seems that > call_back functions connected with the "draw_event" are called after a > figure is drawn.