Man Scilab

hist3d
Scilab Function

hist3d - 3D representation of a histogram

Calling Sequence

hist3d(f,[theta,alpha,leg,flag,ebox])
hist3d(list(f,x,y),[theta,alpha,leg,flag,ebox])

Parameters

Description

hist3d represents a 2d histogram as a 3D plot. The values are associated to the intervals [x(i) x(i+1)[ X [y(i) y(i+1)[ .

Enter the command hist3d() to see a demo.

See Also

histplot ,   plot3d ,  

Author

Steer S. & JPhilippe C.

Back