Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

savefig

Create and execute a plot export through Telion's normal export bridge.

Reference

FieldValueDescription
symboltelion_api.PlotGroup.savefig
signature(file_name: 'str', *, output_directory: 'str' = '', format: 'str | None' = None, width: 'int' = 2400, height: 'int' = 1800, font_size: 'float' = 11, background: 'str' = 'viewport') -> "'ExportNode'"
return'ExportNode'

Create and execute a plot export through Telion's normal export bridge.

Contract

PropertyValue
symboltelion_api.PlotGroup.savefig
signature(file_name: 'str', *, output_directory: 'str' = '', format: 'str | None' = None, width: 'int' = 2400, height: 'int' = 1800, font_size: 'float' = 11, background: 'str' = 'viewport') -> "'ExportNode'"
return'ExportNode'

Signature

telion_api.PlotGroup.savefig(file_name: 'str', *, output_directory: 'str' = '', format: 'str | None' = None, width: 'int' = 2400, height: 'int' = 1800, font_size: 'float' = 11, background: 'str' = 'viewport') -> "'ExportNode'"