Re: How to get the size of Inset in Graphics?
- To: mathgroup at smc.vnet.net
- Subject: [mg90072] Re: How to get the size of Inset in Graphics?
- From: lehin.p at gmail.com
- Date: Fri, 27 Jun 2008 06:21:45 -0400 (EDT)
- References: <200806251030.GAA18987@smc.vnet.net> <g3vkpe$kcm$1@smc.vnet.net>
I know that you sugest but it is NOT the my case. The question was
quite clear: how to get the size of Inset programmatically? I have no
idea... Is is possible at all?
On 26 June, 12:42, Curtis Osterhoudt <c... at lanl.gov> wrote:
> Or perhaps use Scaled?
>
> ins = Grid[
> Table[StringJoin["Some Text ", ToString[i*j]], {i, 1, 4}, {j, 1,
> 2}]];
> Show[Plot[1/x, {x, 1, 10}, Epilog -> Inset[ins, Scaled[{0.75, 0.8}]]]]
> =========================
==========================
=========
> Curtis Osterhoudt
> cfo at remove_this.lanl.and_this.gov
> PGP Key ID: 0x4DCA2A10
> Please avoid sending me Word or PowerPoint attachments
> Seehttp://www.gnu.org/philosophy/no-word-attachments.html
> =========================
==========================
=========
- References:
- How to get the size of Inset in Graphics?
- From: lehin.p@gmail.com
- How to get the size of Inset in Graphics?