Re: FrameLabel-type axes labels without setting Frame->True
- To: mathgroup at smc.vnet.net
 - Subject: [mg75553] Re: FrameLabel-type axes labels without setting Frame->True
 - From: Albert <awnl at arcor.net>
 - Date: Sat, 5 May 2007 05:57:06 -0400 (EDT)
 - References: <f1eqtn$5bs$1@smc.vnet.net>
 
Hi,
> What's the best way to have FrameLabel-style axes labels while still
> having regular old axes instead of a rectangular frame?
> 
don't know whether this fits your definition of best, but it looks easy 
and does what I think you want:
Plot[x, {x, 0,1},
   Frame -> {True, True, False, False},
   FrameLabel -> {"x", "y"}
]
albert