background_type#
- plot.background_type(p0: str) int #
Specifies the background type of the currently selected plot.
The default for plot background type is none.- Args:
- p0:
‘type’
Can be any of the following values:
none
solid
- Examples:
ensight.plot.select_begin(1) ensight.plot.background_type("solid")
- Returns:
zero on success, non-zero on error