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