MathGroup Archive 2001

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

Search the Archive

Re: Plotting the histogram

  • To: mathgroup at smc.vnet.net
  • Subject: [mg31334] Re: Plotting the histogram
  • From: "Angel E. Andreu" <aandreu at localnet.com>
  • Date: Sun, 28 Oct 2001 03:07:15 -0500 (EST)
  • References: <9rdg6o$7od$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

First Make sure that you load the following packages:

Needs["Graphics`Graphics`"]
Needs["Statistics`NormalDistribution`"]

Then run
normdata = RandomArray[NormalDistribution[], 100];
Histogram[normdata]

A²

Mohamed El Dawy wrote:

> Hello..
> i am quite new to mathematica...
> i am trying to plot a histogram of some data..
> i have a list x filled with values, when i type
> normdata = RandomArray[NormalDistribution[], 100];
> Histogram[normdata]
> it responds with nothing (these 2 lines are taken from the examples).
> i can't see what's wrong..
> could you please help me?
> thank you...
> urs..
> msdawy

--
-----------------------------------------------------
Click here for Free Video!!
http://www.gohip.com/free_video/




  • Prev by Date: Integration problem / internal error ?
  • Next by Date: Re: find argument of function inside long result?
  • Previous by thread: Re: Plotting the histogram
  • Next by thread: RE: Plotting the histogram