|
[Date Index]
[Thread Index]
[Author Index]
Re: RegionPlot ignores the AxesLabel Option?
- To: mathgroup at smc.vnet.net
- Subject: [mg83301] Re: [mg83265] RegionPlot ignores the AxesLabel Option?
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Sat, 17 Nov 2007 05:17:56 -0500 (EST)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200711161034.FAA04762@smc.vnet.net>
- Reply-to: murray at math.umass.edu
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.)
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
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
Prev by Date:
Re: Get list of function variables?
Next by Date:
Re: SoundNote does not accept "H"
Previous by thread:
Re: RegionPlot ignores the AxesLabel Option?
Next by thread:
Re: Re: RegionPlot ignores the AxesLabel Option?
|