MathGroup Archive 2009

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

Search the Archive

Setting GridLines style for major and minor grid lines

  • To: mathgroup at smc.vnet.net
  • Subject: [mg100539] Setting GridLines style for major and minor grid lines
  • From: dg <davide.guarisco at gmail.com>
  • Date: Sun, 7 Jun 2009 05:02:05 -0400 (EDT)

I am drawing a log plot. Because it spans many decades, the grid lines
look horrible in the default setting (they completely overwhelm the
plot). What I want is to only draw the grid lines for the major grid
(for the y axis). I was looking at a way to specify the style of the
gridlines separately for major and minor grid WITHOUT having to
generate all the gridline locations myself. Unfortunately is seems
that in Mathematica 7 GridLinesStyle->{xstyle,ystyle} is the only available
option. It would be SOOOO MUCH BETTER if Mathematica would have:

GridLinesStyle->{{xMajorStyle,xMinorStyle},{yMajorStyle,yMinorStyle}}

Any other easy way to achieve this?


I find that Mathematica still has many irritating limitations with plots.
This is only one I have run into.

TIA


  • Prev by Date: Re: Rasterize off by one pixel
  • Next by Date: mathematica tutor for NYC high school student
  • Previous by thread: Re: Mathematica bug??
  • Next by thread: Re: Setting GridLines style for major and minor grid lines