Re: Re: RegionPlot ignores the AxesLabel Option?
- To: mathgroup at smc.vnet.net
- Subject: [mg83355] Re: [mg83301] Re: [mg83265] RegionPlot ignores the AxesLabel Option?
- From: Carl Woll <carlw at wolfram.com>
- Date: Sun, 18 Nov 2007 04:47:05 -0500 (EST)
- References: <200711161034.FAA04762@smc.vnet.net> <200711171017.FAA09147@smc.vnet.net>
Murray Eisenberg wrote:
>Yes, the same.
>
>Probably because the default for a RegionPlot is Frame->True, you want
>to use FrameLabel->{"x","y"}.
>
>(However, the "y" label on the left, vertical frame side will be
>annoyingly rotated 90 degrees -- a reasonable thing for a long text
>label but a bad choice for a short or, as in your case, single-letter
>label.)
>
>
Use RotateLabel->False if you don't want the text rotated.
Carl Woll
Wolfram Research
>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
>>
>>
>>
>
>
>
- References:
- RegionPlot ignores the AxesLabel Option?
- From: "W. Craig Carter" <ccarter@mit.edu>
- Re: RegionPlot ignores the AxesLabel Option?
- From: Murray Eisenberg <murray@math.umass.edu>
- RegionPlot ignores the AxesLabel Option?