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