title_textsize#
- plot.title_textsize(p0: int) int #
Sets the size of title text in the currently selected plot.
- Args:
- p0:
‘size’ size of title text; any value from 1 to 100.0, with a value of one specifying the smallest text and 100 the largest
- Examples:
ensight.plot.select_begin(1) ensight.plot.title_textsize(10)
- Returns:
zero on success, non-zero on error