Re: RegionPlot ignores the AxesLabel Option?
- To: mathgroup at smc.vnet.net
- Subject: [mg83320] Re: [mg83265] RegionPlot ignores the AxesLabel Option?
- From: Syd Geraghty <sydgeraghty at mac.com>
- Date: Sat, 17 Nov 2007 05:27:44 -0500 (EST)
- References: <200711161034.FAA04762@smc.vnet.net>
Craig, This seems to be the solution, you have to use FrameLabel not AxesLabel RegionPlot[y <= x^2, {x, -1, 1}, {y, 0, 1}, FrameLabel -> {"x", "y"}] Directives can be used to customise the labels eg: FrameLabel -> {x, 2 Sin[x]}, LabelStyle -> Directive[Medium, Italic]] HTH Yours truly ... Syd Syd Geraghty B.Sc., M.Sc. sydgeraghty at mac.com San Jose, CA My System Mathematic 6.0.1 for Mac OS X x86 (32 - bit) (June 19, 2007) License L2983-5890 MacOS X V 10.4 .10 MacBook Pro 2.33 Ghz Intel Core 2 Duo 2GB RAM On Nov 16, 2007, at 2:34 AM, 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>
- RegionPlot ignores the AxesLabel Option?