MathGroup Archive 2007

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

Search the Archive

Re: FrameLabel-type axes labels without setting Frame->True

  • To: mathgroup at smc.vnet.net
  • Subject: [mg75580] Re: FrameLabel-type axes labels without setting Frame->True
  • From: Bill Rowe <readnewsciv at sbcglobal.net>
  • Date: Sat, 5 May 2007 06:11:39 -0400 (EDT)

On 5/4/07 at 4:18 AM, andrew.j.moylan at gmail.com (Andrew Moylan)
wrote:

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

Take a look at the following:

In[1]:=
Plot[x, {x, 0, 1}, Frame -> {True, True, False, False},
   FrameLabel -> {"x-axis", "y-axis"}];
--
To reply via email subtract one hundred and four


  • Prev by Date: Re: Integrating Differential Equations with Time Delay
  • Next by Date: Re: FrameLabel-type axes labels without setting Frame->True
  • Previous by thread: Re: FrameLabel-type axes labels without setting Frame->True
  • Next by thread: Re: FrameLabel-type axes labels without setting Frame->True