MathGroup Archive 2001

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

Search the Archive

Re: frameticks without numbers

  • To: mathgroup at smc.vnet.net
  • Subject: [mg29325] Re: frameticks without numbers
  • From: Erk Jensen <Erk.Jensen at cern.ch>
  • Date: Thu, 14 Jun 2001 02:27:08 -0400 (EDT)
  • Organization: CERN http://www.cern.ch
  • References: <9g74as$cft$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

mj wrote:
> 
> I've made a qualitative plot and don't care to show numbers on the
> axes/frame.  Is there an easy way to keep the tickmarks while omitting
> the numbers?
> 
> Thanks.
> 
> matt

Taking the example from the help on "FrameTicks", this is what you could
use:

Plot[Sin[x],{x,0,2 Pi},Frame->True,
 FrameTicks->{{{0," "},{Pi/2," "},{Pi," "},3 Pi/2," "},{2 Pi, " "}}, 
              {{-1," "},{0," "},{1," "}}}];

Ciao
       -erk-
-- 
 Dr.-Ing. Erk JENSEN                    mailto:Erk.Jensen at cern.ch
 CERN  PS/RF  L19510          http://jensene.home.cern.ch/jensene
 CH-1211 Geneva 23                      Tel.:     +41 22 76 74298
 Switzerland                            Fax.:     +41 22 76 78510


  • Prev by Date: Re: frameticks without numbers
  • Next by Date: RE: Curve fitting
  • Previous by thread: Re: frameticks without numbers
  • Next by thread: RE: frameticks without numbers