Options for Histogram3D
- To: mathgroup at smc.vnet.net
- Subject: [mg72897] Options for Histogram3D
- From: "Allen, Matthew" <mallen at sandia.gov>
- Date: Wed, 24 Jan 2007 17:17:32 -0500 (EST)
Hello,
I have the following code:
Needs["Graphics`"]
data==Table[{Random[],Random[]},{1000}];
Histogram3D[data]
does anyone know how to set the range of the "z-axis". The option
HistogramRange->{{0,1},{0,1},{0,10}} produces an error. The PlotRange
option has no effect. I've tried the help documentation and found
nothing helpful. Thanks for any advice.
matthew allen