MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: A plot inside another plot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg70519] Re: A plot inside another plot
  • From: Bill Rowe <readnewsciv at sbcglobal.net>
  • Date: Wed, 18 Oct 2006 04:17:56 -0400 (EDT)

On 10/17/06 at 2:59 AM, henning.heibergandersen at gmail.com (Henning
Heiberg-Andersen) wrote:

>Is it possible to create a plot, *at an arbitrary position, *inside
>another plot?

Yes, for example

Plot[x, {x, 0, 2}, Frame -> True,
    Epilog -> {Rectangle[{1, 0.1}, {2, 1.4},
       Plot[x^2, {x, 0, 1}, PlotStyle -> Red]]}];
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: How to explain unexpected behaviour of Fibonacci[]?
  • Next by Date: Coefficient with dot products
  • Previous by thread: A plot inside another plot
  • Next by thread: Re: A plot inside another plot