MathGroup Archive 2007

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

Search the Archive

Re: RegionPlot ignores the AxesLabel Option?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg83283] Re: RegionPlot ignores the AxesLabel Option?
  • From: Szabolcs Horvát <szhorvat at gmail.com>
  • Date: Sat, 17 Nov 2007 05:08:33 -0500 (EST)
  • References: <fhjskh$54a$1@smc.vnet.net>

W. Craig Carter wrote:
> Does anyone else get this behavior:
> 
> RegionPlot[y <= x^2, {x,-1,1}, {y,0,1},AxesLabel->{"x","y"}]
> 
> does *not* show the labels?

Mathematica can draw either a Frame or Axes.  Try turning on the axes 
with Axes -> True (you might want to use Frame -> False also), or use 
FrameLabel instead of AxesLabel.

Szabolcs


  • Prev by Date: Re: RegionPlot ignores the AxesLabel Option?
  • Next by Date: Re: Get list of function variables?
  • Previous by thread: Re: Re: RegionPlot ignores the AxesLabel Option?
  • Next by thread: Re: RegionPlot ignores the AxesLabel Option?