plotting histograms with do loop
- To: mathgroup at smc.vnet.net
- Subject: [mg124310] plotting histograms with do loop
- From: hanciong awesome <hanciong at gmail.com>
- Date: Mon, 16 Jan 2012 17:13:18 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
hello all, I want to plot several histograms with do-loop. It is histogram of normal distribution, all with mean zeros, and standard deviation successively increasing from 1 to 5. I do the following: Do[ Histogram[RandomReal[NormalDistribution[0, i], 500]], {i, 1, 5} ] But it doesn't give anything. could anyone help me? Thanx
- Follow-Ups:
- Re: plotting histograms with do loop
- From: Ulrich Arndt <ulrich.arndt@data2knowledge.de>
- Re: plotting histograms with do loop
- From: Bob Hanlon <hanlonr357@gmail.com>
- Re: plotting histograms with do loop
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: plotting histograms with do loop
- From: "Scot T. Martin" <smartin@seas.harvard.edu>
- Re: plotting histograms with do loop
- From: Tomas Garza <tgarza10@msn.com>
- Re: plotting histograms with do loop