|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Re: Re: negative FileByteCount
Next by Date:
Re: RegionPlot ignores the AxesLabel Option?
Previous by thread:
RegionPlot ignores the AxesLabel Option?
Next by thread:
Re: RegionPlot ignores the AxesLabel Option?
|