MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

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
> 
> 



  • Prev by Date: Re: Integrating Differential Equations with Time Delay
  • Next by Date: Re: Integrating Differential Equations with Time Delay
  • Previous by thread: Re: AiryAi
  • Next by thread: Re: What happened to the 5.2 HELP interface? Can one get it back?