|
[Date Index]
[Thread Index]
[Author Index]
Re: Ticks without labels
- To: mathgroup at smc.vnet.net
- Subject: [mg122327] Re: Ticks without labels
- From: Heike Gramberg <heike.gramberg at gmail.com>
- Date: Tue, 25 Oct 2011 06:17:54 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201110190935.FAA20123@smc.vnet.net> <j7p1li$5jl$1@smc.vnet.net> <j7rl37$i84$1@smc.vnet.net> <201110240913.FAA20503@smc.vnet.net>
You could do something like
Plot[Sin[x], {x, 0, 2 Pi}, AxesStyle -> Opacity[0],
TicksStyle -> Opacity[1]]
Heike.
On 24 Oct 2011, at 11:13, Diego Zviovich wrote:
> Hi there, following up in this subject, is there a way to show ticks
> and labels, but not the axis line?
> Thanks
>
Prev by Date:
Listable parallel basic LibraryLink dll
Next by Date:
Another basic (?) question about RecurrenceTable and replacement
Previous by thread:
Re: Ticks without labels
Next by thread:
Clear all variables but not functions
|