legend_textsize#

plot.legend_textsize(p0: int) int#

Sets the size of legend text in the currently selected plot.

Args:
p0:

‘size’ size of legend 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.legend_textsize(10)
Returns:

zero on success, non-zero on error