Re: Color of GridLines
- To: mathgroup at smc.vnet.net
- Subject: [mg20758] Re: [mg20635] Color of GridLines
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 11 Nov 1999 00:22:38 -0500
- Organization: Universitaet Leipzig
- References: <805t64$6e3$9@dragonfly.wolfram.com> <80aveq$hht$2@dragonfly.wolfram.com>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, you should try to load Graphics`Graphics to get the definition of LogListPlot[] Hope that helps Jens > 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