height#
- plot.height(p0: float) int #
Sets the height of the currently selected plot.
Plots are drawn in reference to the graphics window. A value of 1.0 is the height of the window.- Args:
- p0:
‘height’ height of plot viewport in normalized coordinates, namely any value between 0 and 1.0, with a value of one corresponding to the height of the graphics window
- Examples:
ensight.plot.select_begin(1) ensight.plot.width(0.5) ensight.plot.height(0.4)
- Returns:
zero on success, non-zero on error