MathGroup Archive 2011

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

Search the Archive

Re: Change x-axis scale

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123582] Re: Change x-axis scale
  • From: Shizu <slivo.vitz at msa.hinet.net>
  • Date: Mon, 12 Dec 2011 06:42:34 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

Use Ticks:

n=4;

Plot[PDF[NormalDistribution[0, 1], x], {x, -n, n}, 
 Axes -> {True, False}, Ticks -> {Range[-n, n],None}]



  • Prev by Date: Re: Findminimum too slow for iterative reweighted least
  • Next by Date: Inverse Function
  • Previous by thread: Re: Change x-axis scale
  • Next by thread: Re: Change x-axis scale