|
[Date Index]
[Thread Index]
[Author Index]
Re: A plot inside another plot
- To: mathgroup at smc.vnet.net
- Subject: [mg70523] Re: [mg70488] A plot inside another plot
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Wed, 18 Oct 2006 04:18:12 -0400 (EDT)
- Reply-to: hanlonr at cox.net
Plot[x^2, {x, 0, 10}, Epilog ->
Rectangle[{0.5, 40}, {5.5, 100},
Plot[x^2, {x, 0, 2},
DisplayFunction -> Identity]]];
Bob Hanlon
---- Henning Heiberg-Andersen <henning.heibergandersen at gmail.com> wrote:
>
> Hi,
>
> Is it possible to create a plot, *at an arbitrary position, *inside another
> plot?
>
> I have the 5.0 version.
>
> Best regards,
> Henning Heiberg-Andersen
>
>
--
Bob Hanlon
hanlonr at cox.net
Prev by Date:
Re: Question from a biologist
Next by Date:
Unable to print notebook
Previous by thread:
Re: A plot inside another plot
Next by thread:
Re: A plot inside another plot
|