Re: FrameLabel-type axes labels without setting
- To: mathgroup at smc.vnet.net
- Subject: [mg75550] Re: [mg75536] FrameLabel-type axes labels without setting
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sat, 5 May 2007 05:55:29 -0400 (EDT)
- Reply-to: hanlonr at cox.net
Plot[x, {x, 0, 10}, Frame -> {True, True, False, False}, FrameLabel -> {"\nx label", "y label\n"}, Axes -> False, PlotRange -> {{-0.1, 10.1}, {-0.1, 10.1}}]; Bob Hanlon ---- Andrew Moylan <andrew.j.moylan at gmail.com> wrote: > Hi, > > When plotting, I usually want my axes labels placed where FrameLabel- > >{"x", "y"} puts them (underneath the plot for the x-axis label, and > written vertically to the left of the plot for the y-axis label). But > sometimes I don't want a rectangular frame around my plot, which is > what I get when I use Frame->True. > > What's the best way to have FrameLabel-style axes labels while still > having regular old axes instead of a rectangular frame? > > Cheers, > Andrew > >