MathGroup Archive 2007

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

Search the Archive

Re: Help in changing the vertical axis tick label format

  • To: mathgroup at smc.vnet.net
  • Subject: [mg76368] Re: Help in changing the vertical axis tick label format
  • From: CKWong <CKWong.P at gmail.com>
  • Date: Sun, 20 May 2007 02:38:18 -0400 (EDT)
  • References: <f2mcmh$kbu$1@smc.vnet.net>

f[x_] := 25500 + 230*x;

tic[xMin_, xMax_] := Table[{ x,
    ScientificForm[x, {5, 4}, NumberPadding -> {"", "0"}] },
    {x, xMin, xMax, (xMax - xMin)/4}];

plt = Plot[f[x], {x, 2000, 2007},
   PlotRange -> {485000, 487000},
   Ticks -> {Automatic, tic}]




  • Prev by Date: Re: using N function
  • Next by Date: Re: MinimizeProblem
  • Previous by thread: Re: Help in changing the vertical axis tick label format
  • Next by thread: Re: Help in changing the vertical axis tick label format