Re: axis label position
- To: mathgroup at smc.vnet.net
- Subject: [mg98708] Re: axis label position
- From: Bill Rowe <readnews at sbcglobal.net>
- Date: Thu, 16 Apr 2009 04:19:03 -0400 (EDT)
On 4/15/09 at 5:00 AM, amc at astro.caltech.edu (AM Cody) wrote:
>The default position for axis labels in Mathematica is at the end of
>the axes. However, I need to make a plot with the x-axis label below
>the x axis and the y-axis to the left (not at the top). Is there
>some axes label format specification that controls this?
<snip>
>-What I want to do also seems possible with Frame, since FrameLabel
>produces the kinds of labels that I want. But to use frame I need to
>suppress the upper and right parts (i.e., so that I'm left with just
>an x and y axis). The command for this:
>Frame->{{True,False},{True,False}} does not seem to work on the
>version of Mathematica (5.2) installed on this computer system.
Instead of Frame->{{True,False},{True,False}} try Frame->{True,False,True,F=
alse}