MathGroup Archive 1999

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

Search the Archive

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


  • Prev by Date: Re: Deleting a DownValue, Evaluate[f@@argList]=. does not do it
  • Next by Date: matrix to list
  • Previous by thread: Re: Re: Re:Color of GridLines
  • Next by thread: PolygonIntersections, MeshRange: What do they do?