Re: ListDensityPlot with Axes, Ticks, TicksStyle
- To: mathgroup at smc.vnet.net
- Subject: [mg91792] Re: [mg91756] ListDensityPlot with Axes, Ticks, TicksStyle
- From: Bob Hanlon <hanlonr at cox.net>
- Date: Sun, 7 Sep 2008 22:55:46 -0400 (EDT)
- Reply-to: hanlonr at cox.net
ListDensityPlot[{{1, 1, 1, 1}, {1, 2, 1, 2},
{1, 1, 3, 1}, {1, 2, 1, 4}},
Mesh -> All,
Axes -> True,
AxesOrigin -> {2.5, 2.5},
AxesStyle -> Red,
FrameTicks -> {Range[4], Range[4], None, None},
FrameTicksStyle -> {Directive[Orange, 16],
Directive[Magenta, 16]}]
ListDensityPlot[{{1, 1, 1, 1}, {1, 2, 1, 2},
{1, 1, 3, 1}, {1, 2, 1, 4}},
Mesh -> All,
Axes -> True,
Frame -> False,
AxesOrigin -> {.95, .95},
AxesStyle -> Directive[Red, Thick],
Ticks -> {Range[4], Range[4], None, None},
TicksStyle -> {Directive[Orange, 16],
Directive[Magenta, 16]}]
Bob Hanlon
---- Adrian Lupascu <Adrian.Lupascu at lkb.ens.fr> wrote:
=============
Hello,
I am trying to use ListDensityPlot with options Axes, Ticks and TicksStyle, but neither of them seems to have any effect. I use Mathematica 6.
Any help is appreciated.
Adi
--
Bob Hanlon