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
Next revision
Previous revision
visual3d:documentation:pipeline:report_commands:export_graph [2024/06/19 12:52] sgrangervisual3d:documentation:pipeline:report_commands:export_graph [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
-the export_graph command can be used to export an image of a graph from a report.+====== Export Graph ======
  
-the default setting for the command is to export a **whole page**.+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> <code>
-export_graph +Export_Graph 
-/page_number+/PAGE_NUMBER
-! /export_page=true +! /EXPORT_PAGE=TRUE 
-! /column_number+! /COLUMN_NUMBER
-! /row_number+! /ROW_NUMBER
-! /export_format+! /EXPORT_FORMAT
-! /export_filename=+! /EXPORT_FILENAME=
 ; ;
 </code> </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.+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> <code>
-export_graph +Export_Graph 
-/page_number=2 +/PAGE_NUMBER=2 
-/export_page=false +/EXPORT_PAGE=FALSE 
-/column_number=2 +/COLUMN_NUMBER=2 
-/row_number=1 +/ROW_NUMBER=1 
-/export_format+/EXPORT_FORMAT
-/export_filename=+/EXPORT_FILENAME=
 ; ;
 </code> </code>
visual3d/documentation/pipeline/report_commands/export_graph.1718801563.txt.gz · Last modified: 2024/06/19 12:52 by sgranger