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 16:10:39 -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: NMinimize problem: fct minimized uses FindRoot
  • Next by Date: Re: Gaps in plotted graph, probably resulting from real values being miscomputed as complex
  • Previous by thread: Re: Change x-axis scale
  • Next by thread: Re: Change x-axis scale