[Matplotlib-users] remove() on text

2008-07-02 Thread Nihat
ne's label is contained in the class. Not sure how I can do it because text needs an axis and axis is nor associated with Line2D until you add the line to axis... 4. How can I add a constant offset like (2 pixels right, 2 pixels up) at the right end of the line for its tex

Re: [Matplotlib-users] converting data between axis [0, 1] and data coordinates [min data, max data]

2008-07-02 Thread Nihat
Mike, Thanks for the help. It worked. I have another question but I will send it as a new thread. Nihat On Mon, Jun 30, 2008 at 12:02 PM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > > > Tony S Yu wrote: > >> >> On Jun 30, 2008, at 11:13 AM, Michael Droettbo

[Matplotlib-users] converting data between axis [0, 1] and data coordinates [min data, max data]

2008-06-30 Thread Nihat
can I find more info on transformations in general? Currently I am doing it manually scaling things with axis limits, etc. I believe the neat thing is to use the transforms. Can somebody explain me how it is done with transforms? I am using v0.98.1. Thanks in advance,