MathGroup Archive 2000

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

Search the Archive

Re: Simple Query

  • To: mathgroup at smc.vnet.net
  • Subject: [mg24714] Re: [mg24703] Simple Query
  • From: BobHanlon at aol.com
  • Date: Wed, 9 Aug 2000 02:31:13 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 8/4/2000 1:34:16 AM, kmr1004 at hermes.cam.ac.uk writes:

>Does anyone know how to get Axes Labels centered, rather than appearing
>on
>the ends of axes? The manual talks about 'default' settings but not, so
>far as I can figure, how to change them.

Use a Frame

Plot[3x^2 + 2x - 7, {x, -5, 5}, Frame -> True, Axes -> False, 
    FrameLabel -> {"\nx", "f[x]\n"}, PlotLabel -> "Polynomial", 
    PlotStyle -> RGBColor[0, 0, 1]];


Bob Hanlon


  • Prev by Date: output animation as .avi ?
  • Next by Date: Re: A Functional Programming Question
  • Previous by thread: Simple Query
  • Next by thread: RE: Simple Query