MathGroup Archive 2003

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

Search the Archive

Something strange with Show.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg40952] Something strange with Show.
  • From: Stepan Yakovenko <yakovenko at ngs.ru>
  • Date: Fri, 25 Apr 2003 08:05:27 -0400 (EDT)
  • Reply-to: Stepan Yakovenko <yakovenko at ngs.ru>
  • Sender: owner-wri-mathgroup at wolfram.com

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



  • Prev by Date: Re: Ot
  • Next by Date: Re: Where have all the axes gone?
  • Previous by thread: RootSource Package Improved
  • Next by thread: Re: Something strange with Show.