|
Contents | Previous | Next | Subchapters |
| Syntax |
type = tpplottype() |
type = tpplottype(type) | |
| See Also | tpopen , tpdims , tpmacrostring |
"CARTESIAN2D", "CARTESIAN3D", "XYLINE",
"SKETCH", or "POLARLINE". If the type
is not given as an argument, the tpplottype function
returns the current plot type without changing it.
tpopen
print tpplottype()
O-Matrix will echo
SKETCH
which is the default plot type for new frames.
If you continue the example by entering
tpcontour(rand(10,12))
tpplottype("CARTESIAN3D")
Tecplot will create a contour plot and change the plot type to 3D.