MathGroup Archive 2007

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

Search the Archive

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


  • Prev by Date: How do quickest
  • Next by Date: Re: Problem with text rendering on Linux.
  • Previous by thread: Re: pdf
  • Next by thread: Re: Options for Histogram3D