[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: about contibuting to octave
From: |
Michael Goffioul |
Subject: |
Re: about contibuting to octave |
Date: |
Thu, 12 Mar 2009 10:13:15 +0000 |
On Thu, Mar 12, 2009 at 9:47 AM, xianghang liu <address@hidden> wrote:
> I guess some futher transformations, such as translation, rotation and scale
> transformation might be needed. Because we need to transform it to the
> coordinate system of the figure. I used the following script in matlab:
>>plot(0:pi/20:2*pi,sin(0:pi/20:2*pi))
>>h = text(pi,0,'
>> {\itAe}^{-\alpha\itt}sin\beta{\itt}\alpha<<\beta','FontSize',18)
>>ext = get(h,'extent');
>>hold on,rectangle('Position',ext)
>
> I would like to do some experiments of coordinate transformation and try to
> solve this problem.
There exist already some code to convert from different "units".
See for instance the convert_position function in graphics.cc used
to convert position rectangles between various possible "units".
Some extension is needed to be able to handle single point instead
of rectangle and also to support data "units". However, the axes object
provides an easy access to the current transformation matrix, so it
shouldn't be that hard.
My point is that you shouldn't care about transformation at the moment,
but focus on code that can produce an extent in pixel coordinate.
Transforming it to the correct "units" will be handled somewhere else.
Michael.
- Re: about contibuting to octave, (continued)
- Re: about contibuting to octave, Søren Hauberg, 2009/03/11
- Re: about contibuting to octave, Shai Ayal, 2009/03/11
- Re: about contibuting to octave, xianghang liu, 2009/03/11
- Re: about contibuting to octave, Michael Goffioul, 2009/03/11
- Message not available
- about contibuting to octave, xianghang liu, 2009/03/11
- Re: about contibuting to octave, Michael Goffioul, 2009/03/11
- Re: about contibuting to octave, Ben Abbott, 2009/03/12
- Re: about contibuting to octave, Michael Goffioul, 2009/03/12
- Re: about contibuting to octave, Ben Abbott, 2009/03/12
- Re: about contibuting to octave, xianghang liu, 2009/03/12
- Re: about contibuting to octave,
Michael Goffioul <=
- Re: units conversion (was: about contibuting to octave), Ben Abbott, 2009/03/12
- Re: units conversion (was: about contibuting to octave), John Swensen, 2009/03/13
- Re: units conversion (was: about contibuting to octave), Shai Ayal, 2009/03/13
- Re: units conversion (was: about contibuting to octave), John W. Eaton, 2009/03/13
- Re: units conversion (was: about contibuting to octave), xianghang liu, 2009/03/26
- Re: units conversion (was: about contibuting to octave), John W. Eaton, 2009/03/26
- Re: units conversion (was: about contibuting to octave), xianghang liu, 2009/03/26
- Re: units conversion (was: about contibuting to octave), Shai Ayal, 2009/03/27
- Re: units conversion (was: about contibuting to octave), xianghang liu, 2009/03/28
- Re: units conversion (was: about contibuting to octave), Shai Ayal, 2009/03/28