User Tools

Site Tools


visual3d:documentation:pipeline:report_commands:export_graph

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
visual3d:documentation:pipeline:report_commands:export_graph [2024/07/17 15:42] – removed sgrangervisual3d:documentation:pipeline:report_commands:export_graph [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
 +====== Export Graph ======
 +
 +The Export_Graph command can be used to export an image of a graph from a report.
 +
 +The default setting for the command is to export a **whole page**.
 +
 +<code>
 +Export_Graph
 +/PAGE_NUMBER=
 +! /EXPORT_PAGE=TRUE
 +! /COLUMN_NUMBER=
 +! /ROW_NUMBER=
 +! /EXPORT_FORMAT=
 +! /EXPORT_FILENAME=
 +;
 +</code>
 +
 +To export a **single graph** from a report, the EXPORT_PAGE parameter should be set to FALSE and the page and column numbers of the graph should be specified.
 +
 +<code>
 +Export_Graph
 +/PAGE_NUMBER=2
 +/EXPORT_PAGE=FALSE
 +/COLUMN_NUMBER=2
 +/ROW_NUMBER=1
 +/EXPORT_FORMAT=
 +/EXPORT_FILENAME=
 +;
 +</code>
 +
 +
  
visual3d/documentation/pipeline/report_commands/export_graph.1721230960.txt.gz · Last modified: 2024/07/17 15:42 by sgranger