Plot3D
UI Object that displays a 3D plot of a matrix.

Example Plot3D Views
Example XML definition
<object
class="Plot3D"
module="MY_MODULE"
source="MY_OUTPUT"
x="0"
y="0"
/>
Attributes
| Attribute | Description | Default |
|---|---|---|
| class | must be "Plot3D" | |
| title | title of the object | module.source |
| x | placement of the object | |
| y | placement of the object | |
| w | width of the object | 1 |
| h | height of the object | 1 |
| max | maximum value | 1 |
| color | colors or color table used | "LUT_Fire" |
| stroke | color of the lines | "none" |
| stroke_width | line thickness | 0.5 |
| Attributes without default values must be specified except where described above. | ||
Author
Christian Balkenius
Lund University Cognitive Science
christian.balkenius@lucs.lu.se
Files
Plot3D.js