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}]]]
- Follow-Ups:
- Re: Epilog/Prolog and Show Question
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: Epilog/Prolog and Show Question