Re: RegionPlot ignores the AxesLabel Option?
- To: mathgroup at smc.vnet.net
- Subject: [mg83289] Re: [mg83265] RegionPlot ignores the AxesLabel Option?
- From: "Ricardo Samad" <resamad at gmail.com>
- Date: Sat, 17 Nov 2007 05:11:39 -0500 (EST)
- References: <200711161034.FAA04762@smc.vnet.net>
Dear Craig,
The labels do not appear, but as I understand Axes is not a valid option for
RegionPlot, so there can be no AxesLabel. Use FrameLabel and the labels
appear:
RegionPlot[y <= x^2, {x, -1, 1}, {y, 0, 1}, FrameLabel -> {"x", "y"}]
Ricardo
On Nov 16, 2007 7:34 AM, W. Craig Carter <ccarter at mit.edu> 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
>
>
--
____________________________________
Ricardo Elgul Samad
tel: (+55 11) 3133-9372
fax: (+55 11) 3133-9374
Centro de Lasers e Aplica=E7=F5es
IPEN/CNEN-SP
AV. Prof. Lineu Prestes 2242
Cidade Universit=E1ria
05508-000
S=E3o Paulo - SP
Brazil
____________________________________
- References:
- RegionPlot ignores the AxesLabel Option?
- From: "W. Craig Carter" <ccarter@mit.edu>
- RegionPlot ignores the AxesLabel Option?