MathGroup Archive 2007

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

Search the Archive

Re: Bug in Show

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81548] Re: Bug in Show
  • From: dh <dh at metrohm.ch>
  • Date: Wed, 26 Sep 2007 21:48:12 -0400 (EDT)
  • References: <fddeo9$9s4$1@smc.vnet.net>


Hi Miguel,

you have to specify the function that specifies the output first:

Show[ContourPlot[x^2+y^2,{x,-1,1},{y,-1,1},Frame\[Rule]False,Axes\[Rule]True,ContourShading\[Rule]False],

      Graphics[Point[0.5{1,1}]]

  ]

hope this helps, Daniel



Miguel wrote:

> When I use the ContourPlot function with the option Axes->True, the

> axes are displayed.

> 

> But when is included in Show function does'nt. Why?.

> 

> You can see in this example

> 

> http://mathematicaes.googlegroups.com/web/ContourPlot.pdf

> 

> 




  • Prev by Date: Re: Bug in Show
  • Next by Date: Re: Integrate: Assumptions in double integral
  • Previous by thread: Re: Bug in Show
  • Next by thread: Re: Bug in Show