Re: frameticks without numbers
- To: mathgroup at smc.vnet.net
- Subject: [mg29335] Re: frameticks without numbers
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 14 Jun 2001 02:27:15 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <9g74as$cft$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Plot[Sin[x], {x, 0, 2Pi}, FrameTicks -> {Automatic, {{-1, ""}, {-0.5, ""}, {0, ""}, {0.5, ""}, {1.0, ""}}}] Regards Jens 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