MathGroup Archive 2012

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

Search the Archive

Epilog/Prolog and Show Question

  • To: mathgroup at smc.vnet.net
  • Subject: [mg128133] Epilog/Prolog and Show Question
  • From: Dan O'Brien <danobrie at gmail.com>
  • Date: Tue, 18 Sep 2012 03:40:39 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Can someone explain why Show drops the original Inset Circle[]?  And how 
I could make it not forget?

aa = Plot[Sin[x], {x, 0, 30}, Epilog -> Inset[Graphics[Circle[]]]]
Show[aa, Epilog -> Inset[Graphics[Disk[{.4, .4}]], Scaled[{.2, .2}]]]

bb = Plot[Sin[x], {x, 0, 30}, Epilog -> Inset[Graphics[Circle[]]]]
Show[bb, Epilog -> Inset[Graphics[Disk[{.4, .4}]], Scaled[{.2, .2}]]]



  • Prev by Date: Linear combinations of Expectation of EmpiricalDistribution
  • Next by Date: Re: A new FrontEnd
  • Previous by thread: Re: Linear combinations of Expectation of EmpiricalDistribution
  • Next by thread: Re: Epilog/Prolog and Show Question