Adds the given format to the list of available export formats.
*AddExportFormat()Adds the given format to the list of available export formats. |
|||||
*AddExportFormat()Adds the given format to the list of available export formats. |
Syntax |
*AddExportFormat(name, path, ext) |
|
Arguments |
Name |
Description |
name |
The name of the export format. |
|
path |
The path to the format template. |
|
ext |
The format type extension. |
|
Example |
*BeginDefaults() *BeginPlotDefaults() *AddExportFormat("Altair Format", "altair.tpl", "alt") *EndPlotDefaults() *EndDefaults() |
|
Application |
HyperGraph 2D |
|
Context |
||
See also |
|
|