|
|
| File Information |
| Description |
SHADOWPLOT Add a shadow to an existing surface plot
For some surface plots, it can be helpful to visualize the shadow (2D projection) of the surface. This can give a quick perspective on the data's variance.
SHADOWPLOT PLANE Adds a shadow plot on the PLANE boundary
PLANE can be:
x, y, or z: Plots on back/top wall of x, y or z
1 .. 6 : Plots on Nth wall, numbered as in AXIS:
[xmin xmax ymin ymax zmin zmax]
SHADOWPLOT(HAX,PLANE) Adds a shadow plot on the Nth wall on axes HAX
HS = SHADOWPLOT(...) Returns a handle to the shadow (a patch)
Examples:
figure
surf(peaks)
shading interp
shadowplot x % Back X Wall
shadowplot y % Back Y Wall |
| Acknowledgements |
Octave
inspired this file.
|
| MATLAB release |
MATLAB 7.0.1 (R14SP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 26 Jan 2006 |
Including nice enhancements from John D'Errico to include patches, too (it used to support just surfaces). |
| 12 Sep 2007 |
Now includes limited support for data inside of HGTRANSFORMS. Thanks to Patrick Barney for this enhancement. |
| 06 Jan 2010 |
Updated copyright. |
|
Contact us