Re: RegionPlot ignores the AxesLabel Option?
- To: mathgroup at smc.vnet.net
- Subject: [mg83286] Re: [mg83265] RegionPlot ignores the AxesLabel Option?
- From: Carl Woll <carlw at wolfram.com>
- Date: Sat, 17 Nov 2007 05:10:06 -0500 (EST)
- References: <200711161034.FAA04762@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?
>
>Thanks, Craig
>
>
That's because RegionPlot is generating a Frame and not Axes. So use
FrameLabel->{x,y} (strings aren't necessary) or even FrameLabel->Automatic.
Carl Woll
Wolfram Research
- References:
- RegionPlot ignores the AxesLabel Option?
- From: "W. Craig Carter" <ccarter@mit.edu>
- RegionPlot ignores the AxesLabel Option?