Re: Something strange with Show.
- To: mathgroup at smc.vnet.net
- Subject: [mg41007] Re: Something strange with Show.
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Tue, 29 Apr 2003 05:20:31 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <b8b94g$9it$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, because Mathematica use som heuristic to choose the PlotRange and this heristic fails and Show[dp, Graphics[{Circle[{0, 0}, {1, 1}], RGBColor[1, 1, 1]}], PlotRange -> All] will work Regards Jens Stepan Yakovenko wrote: > > HI! > > I want to get two graphics objects combined. DensityPlot and a > Circle. > > \!\(dp = DensityPlot[ > Exp[\(-x\^2\) - y\^2], {x, \(-10\), 10}, {y, \(-10\), 10}, > Mesh \[Rule] False, PlotPoints \[Rule] 180, PlotRange \[Rule] {0, 1}]\) > > it works. > > But this doesn't work as expected, evalute to take a look: > > Show[dp, Graphics[{Circle[{0, 0}, {1, 1}], RGBColor[1, 1, 1]}]] > > Why is it so prolated ? > > > -- > Best regards, > Stepan mailto:yakovenko at ngs.ru