MathGroup Archive 2002

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

Search the Archive

Re: Plot inset?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33703] Re: [mg33679] Plot inset?
  • From: BobHanlon at aol.com
  • Date: Mon, 8 Apr 2002 03:04:34 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 4/6/02 1:29:53 AM, edennis at princeton.edu writes:

>Is it possible to display a plot as a small inset
>in a larger plot? Couldn't find any reference to
>this in the help browser, but it seems like
>something that should be doable. Maybe there's 
>just some kind of "superpose graphics" option(?).

p=Plot[E^x, {x,0,5},
 
      Frame->True, Axes->False,
      DisplayFunction->Identity];

Plot[E^x, {x,0,10},
 
    Epilog->Rectangle[{0.1,1500},{7.5,10500},
        p], Frame -> True, Axes->False];


Bob Hanlon
Chantilly, VA  USA


  • Prev by Date: Newbie needs help in nonlinear fitting
  • Next by Date: Re: [Q]: huge number, ciphers after decimal point?
  • Previous by thread: Plot inset?
  • Next by thread: Re: Plot inset?