Re: Absolute coordinates in Mathematica
- To: mathgroup at smc.vnet.net
- Subject: [mg12723] Re: Absolute coordinates in Mathematica
- From: "Allan Hayes" <hay at haystack.demon.cc.uk>
- Date: Thu, 4 Jun 1998 02:52:09 -0400
- References: <6l2roa$e4v@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Jacek Pliszka wrote in message <6l2roa$e4v at smc.vnet.net>...
>How to put some text in the lower left corner of the plot? I cannot make
>it with a plot coordinates since they change every time.
It looks like Scaled coordinates + offset may do what you want
Plot[1-x,{x,0,1},
Epilog -> Text["some text", Scaled[{0,0}],{-1.3,-2}] ]
And it is in terms of the displayed region.
Show[%, PlotRange ->{{-1,1},{-1,1}}]
-------------------------------------------------------------
Allan Hayes
Training and Consulting
Leicester UK
http://www.haystack.demon.co.uk
hay at haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44(0)116 271 8642