Re: Re:Color of GridLines
- To: mathgroup at smc.vnet.net
- Subject: [mg20716] Re: Re:[mg20635] Color of GridLines
- From: "JR" <jrabel at holadayinc.com>
- Date: Wed, 10 Nov 1999 00:17:36 -0500
- References: <805t64$6e3$9@dragonfly.wolfram.com>
- Sender: owner-wri-mathgroup at wolfram.com
Arnold Seiken <seikena at union.edu> wrote in message news:805t64$6e3$9 at dragonfly.wolfram.com... > > > >I want to change the color of GridLines in a LogListPlot. The documentation > >states this should be possible, but I can't figure out how... :-) Any help is > >appreciated... > > > >Thanks, --- Jan. > > > >-------------------------------------------------- > >footprint e.K. - jan kriesten > >geibelstr. 54 - d-22303 hamburg - germany > >fon +49-40-27805130 - fax +49-40-27805131 > >handelsregister hamburg - hra 92306 > > > > > > Here is an example using different colored gridlines which may be more than > what is needed: > > > expdata=Table[{x, .92 10^(.94 x) + Random[Real, > {-1.0, 1.0}]}, {x,0.2,0.7,.1}]; > LogListPlot[expdata, > GridLines->{Table[{k, {Thickness[0.012], Hue[k-0.2]} }, {k,0.2, 0.7, 0.1}], > None}] > > > > When I eavluate the input shown above I get the following output: Null LogListPlot[{{0.2, 1.79147}, {0.3, 2.31493}, {0.4, 2.45068}, {0.5, 2.91989}, {0.6, 3.25513}, {0.7, 5.02569}}, GridLines -> {{{0.2, {Thickness[0.012], Hue[0.]}}, {0.3, {Thickness[0.012], Hue[0.1]}}, {0.4, {Thickness[0.012], Hue[0.2]}}, {0.5, {Thickness[0.012], Hue[0.3]}}, {0.6, {Thickness[0.012], Hue[0.4]}}, {0.7, {Thickness[0.012], Hue[0.5]}}}, None}] Any suggestions? Thank you, jr