MathGroup Archive 2008

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

Search the Archive

Re: Tick Mark Customization

  • To: mathgroup at smc.vnet.net
  • Subject: [mg85131] Re: Tick Mark Customization
  • From: Steven Siew <siewsk at bp.com>
  • Date: Wed, 30 Jan 2008 05:59:06 -0500 (EST)
  • References: <fnhnj7$f89$1@smc.vnet.net>

I have something that generates minor tick and major tick marks at
regular interval.

mytickmaker[startX, incX, stopX, MajorX, startY, incY, stopY, MajorY]

tic = mytickmaker[0, Pi/8, 2 Pi, 4 ,  -1*^4, 1000, 1*^4, 5];

Plot[10000 Sin[x],{x,0,2 Pi},PlotStyle-
>{RGBColor[0,0,1]},Evaluate[tic] ]

 Please let me know if this is of interest to you.


  • Prev by Date: Re: how to display both points and the line connecting them??
  • Next by Date: Re: file reading & processing
  • Previous by thread: Re: Tick Mark Customization
  • Next by thread: file reading & processing