MathGroup Archive 2002

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

Search the Archive

Re: Producing ticks on left axis with axis labels

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38126] Re: Producing ticks on left axis with axis labels
  • From: Gary McClelland <gary.mcclelland at colorado.edu>
  • Date: Tue, 3 Dec 2002 04:33:53 -0500 (EST)
  • References: <as5r3e$nl4$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Vince,

I've often found that using PlotRange to extend the printed range just a bit
beyond the limits I want makes missing tick marks appear on either end.

Gary

On 11/28/02 12:34 PM, in article as5r3e$nl4$1 at smc.vnet.net, "Vince Boros"
<borosv at itee.uq.edu.au> wrote:

> When I plot a graph with the following FrameTicks specification:
> 
> FrameTicks ->
>  {
>    Automatic,
>    {
>      {-\[Pi], "-\[Pi]", {0.01, 0}, {AbsoluteThickness[1.5]}}
>      },
>    Automatic,
>    {
>      {-\[Pi], "-\[Pi]", {0.01, 0}, {AbsoluteThickness[1.5]}}
>      }
>    }
> 
> the tick to the right of the -Pi label on the left axis does not appear.
> The only way I can make it appear in Mathematica is with:
> 
> FrameTicks ->
>  {
>    Automatic,
>    {
>      {-\[Pi], "-\[Pi]", {0.01, 0}, {AbsoluteThickness[1.5]}},
>      {-\[Pi], "", {0.01, 0}, {AbsoluteThickness[1.5]}}
>      },
>    Automatic,
>    {
>      {-\[Pi], "-\[Pi]", {0.01, 0}, {AbsoluteThickness[1.5]}}
>      }
>    }
> where I have repeated the frametick line but omitting the -Pi label.
> 
> I'm using Mathematica 4.1.1.0 on Windows XP.
> 
> 
> Vince Boros
> 
> 


  • Prev by Date: Copying/Exporting graphics to other applications
  • Next by Date: AddArrow
  • Previous by thread: Re: Copying/Exporting graphics to other applications
  • Next by thread: Re: Producing ticks on left axis with axis labels