Re: RegionPlot ignores the AxesLabel Option?
- To: mathgroup at smc.vnet.net
- Subject: [mg83331] Re: RegionPlot ignores the AxesLabel Option?
- From: Albert <awnl at arcor.net>
- Date: Sat, 17 Nov 2007 05:33:30 -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"}] > Looks like RegionPlot has Axes->False and Frame->True by default and thus does not show the axes label. You can achieve what I think you want either by using FrameLabel->{"x","y"} instead or by setting both Axes -> True and Frame -> False. hth, albert