MathGroup Archive 2007

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

Search the Archive

Re: grid lines cutting into tick labels on y-axes

  • To: mathgroup at smc.vnet.net
  • Subject: [mg79594] Re: grid lines cutting into tick labels on y-axes
  • From: chuck009 <dmilioto at comcast.com>
  • Date: Mon, 30 Jul 2007 06:48:26 -0400 (EDT)

You know one option is just to draw the lines manually like:
Line[{{0.5,0},{1,0}}] and the rest.

I know that's tedious and unsophisticated but I bet with a little study, that operation could be done in a very concise one-liner using short-cut commands and might also be able to Unprotect Plot and re-define Gridlines to do that automatically.


  • Prev by Date: Re: Re: Searching list for closest match to p
  • Next by Date: finding a rotation vector
  • Previous by thread: Re: grid lines cutting into tick labels on y-axes
  • Next by thread: Quitting front end but not the kernel