Re: FrameTicks, Thickness, TickLabels
- To: mathgroup at smc.vnet.net
- Subject: [mg103161] Re: [mg103122] FrameTicks, Thickness, TickLabels
- From: "David Annetts" <david.annetts at iinet.net.au>
- Date: Wed, 9 Sep 2009 04:46:32 -0400 (EDT)
- References: <200909081000.GAA26815@smc.vnet.net>
Hi Florian,
> << "ExtendGraphics`Ticks`"
Wow! That's old ....
> The problem that arises from this solution is that now there
> are tick labels also on the top and on the right side of the frame.
> How do I get rid of them?
FrameTicks->True or FrameTicks->{{True, None}, {True, None}} should do the
trick.
> And, first of all, is there a better solution to set the
> tickness of plots globally somehow? I have to make a lot of
> plots, so it would be nice, not to apply all those separate
> options in each plot...
There is SetOptions[]. Did that not work?
Regards,
Dave.
- References:
- FrameTicks, Thickness, TickLabels
- From: FlorianBaumer <florian.baumer@googlemail.com>
- FrameTicks, Thickness, TickLabels