image_plot_only#
- file.image_plot_only(p0: str) int #
When printing an image will turn invisible everything except for plotters.
If turned ON, should be turned OFF after a “file: save_image”- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
ensight.file.image_format("jpeg") ensight.file.image_quality(80) ensight.file.image_file("/tmp/test_image") ensight.file.image_plot_only("ON") ensight.file.save_image() ensight.file.image_plot_only("OFF")
- Returns:
zero on success, non-zero on error