MathGroup Archive 2008

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

Search the Archive

Move frame labels closer to frame?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg91289] Move frame labels closer to frame?
  • From: Mark Fisher <particlefilter at gmail.com>
  • Date: Wed, 13 Aug 2008 04:41:56 -0400 (EDT)

Hi,

It seems to me that the frame labels are too far from the frame. Is
there a way to control their placement and/or move them closer to the
frame?

For example,

Plot[Sin[x], {x, 0, 2 Pi}, Frame -> True, Axes -> True,
 PlotLabel -> "Plot label", FrameLabel -> {{"y", None}, {"x", None}},
 FrameTicks -> Automatic]

I just think the "x" and "y" labels are too far from the frame. This
becomes a real issue for me when I'm putting a bunch of plots in a
GraphicsGrid.

Thanks.

--Mark

P.S. I'm using "6.0 for Microsoft Windows (32-bit) (May 21, 2008)"


  • Prev by Date: Re: Importing Mathematica objects
  • Next by Date: Feynman slash notation
  • Previous by thread: Re: ListLinePlot and Tooltip
  • Next by thread: Re: Move frame labels closer to frame?