MathGroup Archive 2006

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

Search the Archive

Histogram3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71959] Histogram3D
  • From: "mktrias at gmail.com" <mktrias at gmail.com>
  • Date: Wed, 6 Dec 2006 06:03:36 -0500 (EST)

I would like to make a 3D histogram of some 2D data of the form
{{x1,y1},{x2,y2}, ...} I tried the following:

<<Graphics`Graphics3D`

Histogram3D[data, FrequencyData->False];

The output of this is just
Histogram3D[data, FrequencyData->False]

I looked in the help browser under Histogram3D and cannot figure out
what the problem is. Sometimes I get the error that Histogram3D might
be shadowed by another function in Global or Graphics? (Sorry I can't
quote the exact error, I have since deleted it). So how do I get this
function to work? (Yes, I loaded the package before trying to execute
the function.)

Thanks
Maggie.


  • Prev by Date: Mathematica question
  • Next by Date: how to sort integers and sparsearrays ?
  • Previous by thread: Re: Mathematica question
  • Next by thread: Re: Histogram3D