new_logo#
- logo.new_logo(p0: str) int #
Creates a new logo in the graphics window.
The logo file can be any valid XPM file. The filename does not have to include an “.xpm” extension.- Args:
- p0:
‘filename’ path to the logo file
- Examples:
ensight.logo.new_logo("/usr/tmp/mylogo.xpm") ensight.logo.location_x(0.5) ensight.logo.location_y(0.6)
- Returns:
zero on success, non-zero on error