MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re:Color of GridLines

  • To: mathgroup at smc.vnet.net
  • Subject: [mg20668] Re:[mg20635] Color of GridLines
  • From: Arnold Seiken <seikena at union.edu>
  • Date: Sun, 7 Nov 1999 02:10:05 -0500
  • Sender: owner-wri-mathgroup at 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}]



  • Prev by Date: Re: Intersection and element counts
  • Next by Date: RE: Bug in math4
  • Previous by thread: Color of GridLines
  • Next by thread: Re: Color of GridLines