| Search Locate Previous Next | Contents |
Styles are defined with a list of keywords, separated by commas. At a minimum, you need the first 4 letters of each word to activate the style. If a style is turned on by default (bold) it can be cancelled by prefixing the word with no as in noaxes.
ch.Set 'style' 'Forcezero,contour'
| Keyword | Description |
| Markers | Draw markers at data points |
| Lines | Connect points with lines |
| Risers | Draw verticals from XY-plane |
| Surface | Surface shading from lines down to XY-plane |
| Trend | An exponentially weighted trend surface is drawn through the data |
| Model | A regression surface (default is linear in X and Y) is drawn through the data |
| Contour | Contour lines are drawn through the mesh surface at Z-ticks |
| Project | The contours are projected down onto the xy-plane |
| ForceZero | All axes include the origin |
| Walls | The backplanes are shaded to form walls |
| Grid | Gridlines are drawn on the XY-plane and the backplanes |
| Axes:NoAxes | Axes are drawn |
The checkboxes and radio-buttons in the style editor in GraPL (desktop) simply add and remove the appropriate keywords for you.
See also ...
ch.Cloud 3D scatter plots