axis_x_labelrgb#
- plot.axis_x_labelrgb(p0: float, p1: float, p2: float) int #
Specifies the RGB color value of the x/y axis label for the currently selected plot(s).
- Args:
- p0:
‘red_val’ red, green, blue color components, must be between 0.0 and 1.0.
- p1:
‘grn_val’ red, green, blue color components, must be between 0.0 and 1.0.
- p2:
‘blu_val’ red, green, blue color components, must be between 0.0 and 1.0.
- Examples:
ensight.plot.select_begin(1) ensight.plot.axis_x_labelrgb(0,0,1) ensight.plot.axis_y_labelrgb(1,0,0)
- Returns:
zero on success, non-zero on error