MathGroup Archive 2010

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

Search the Archive

Basic histogram

  • To: mathgroup at smc.vnet.net
  • Subject: [mg109852] Basic histogram
  • From: Canopus56 <canopus56 at yahoo.com>
  • Date: Wed, 19 May 2010 20:15:35 -0400 (EDT)

How do I plot a basic histogram from a list of values.  This simple list will not plot - 

arrData3 = {1067., 2874., 2306., 2828., 2989., 838. , 1302., 2762., 
682., 2108., 2902., 3001., 1997., 1269., 3110., 2496., 1911., 2266., 
2244., 1074., 567., 754., 2987., 1893., 3809., 419., 745.  , 1791., 
578., 1156., 777., 1669., 669., 1853., 2704., 3776., 2389., 57 11.}

Histogram[arrData3, 500]

The result displays a blue box with the word "Histogram" in it, followed by the data, with no graph. 

Thanks, Kurt      


  • Prev by Date: Re: How to Enable Automatic Recalculation
  • Next by Date: Re: combining ArrayPlot with ListLinePlot
  • Previous by thread: Error when attempting to save Graphic to file
  • Next by thread: Re: Basic histogram