User Tools

Site Tools


visual3d:documentation:pipeline:report_commands:make_line_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:make_line_graph [2024/06/17 17:08] – removed sgrangervisual3d:documentation:pipeline:report_commands:make_line_graph [2024/07/17 15:46] (current) – created sgranger
Line 1: Line 1:
 +====== Make Line Graph ======
 +
 +Create a new line graph and insert into the report.
 +
 +<code>
 +Make_Line_Graph
 +/PAGE_NUMBER=
 +/COLUMN_NUMBER=
 +/ROW_NUMBER=
 +! /COLUMN_SPAN=1
 +! /ROW_SPAN=1
 +! /GRAPH_TITLE=
 +! /FILES_TO_GRAPH=ALL_FILES
 +! /DISPLAY_LEGEND=FALSE
 +! /LEGEND_POSITION=UR
 +! /LEGEND_TEXT=
 +! /DISPLAY_LEGEND_TAG=FALSE
 +! /DISPLAY_LEGEND_FOLDER=FALSE
 +! /DISPLAY_LEGEND_SIGNAL=FALSE
 +! /LINE_STYLE=Solid
 +! /LINE_COLOR=Black
 +! /LINE_BOLD=FALSE
 +! /SHOW_POINTS=FALSE
 +! /GRAPH_MEAN=FALSE
 +! /GRAPH_STDDEV=FALSE
 +! /MEAN_STDDEV_LINE_STYLE=Solid
 +! /MEAN_STDDEV_LINE_COLOR=Black
 +! /MEAN_STDDEV_LINE_BOLD=FALSE
 +! /USE_EVENT_RANGE=FALSE
 +! /START_EVENT_LABEL=
 +! /END_EVENT_LABEL=
 +! /INTERMEDIATE_EVENTS=
 +! /EXCLUDE_EVENTS=
 +! /X_AXIS_LABEL=
 +/X_DATA_TYPE=
 +! /X_DATA_NAME=
 +! /X_DATA_COMPONENT=
 +! /X_DATA_PROCESSED=ORIGINAL
 +! /X_AXIS_SCALE=Normalize 0% to 100%
 +! /Y_AXIS_LABEL=
 +/Y_DATA_TYPE=
 +! /Y_DATA_NAME=
 +! /Y_DATA_COMPONENT=
 +! /Y_DATA_PROCESSED=ORIGINAL
 +! /Y_AXIS_SCALE=Global Min to Max
 +! /Y_USE_SCIENTIFIC_NOTATION=FALSE
 +! /USE_P2D_STDDEV=FALSE
 +! /STDDEV_COMPONENT=2
 +! /USE_P2D_BARGRAPH=FALSE
 +! /P2D_BARGRAPH_POSITION=
 +! /P2D_BARGRAPH_WIDTH=
 +;
 +</code>
 +
 +As of Version 5.00.28 the following parameters accept expressions
 +/PAGE_NUMBER=
 +/COLUMN_NUMBER=
 +/ROW_NUMBER=
 +/COLUMN_SPAN=1
 +/ROW_SPAN=1
 +\\
 +
 +
 +=== Relevant Input Parameters ===
 +
 +Some parameters in this command expect specific input. Below is a list of these pipeline parameters, and the expected input.
 +
 +**GRAPH_TITLE_ALIGN**
 +ALIGN_LEFT, ALIGN_CENTER, ALIGN_RIGHT
 +**LEGEND_POSITION**
 +UR (upper right), UL (upper left), RL (right lower), LL (lower left)
 +**Y_AXIS_SCALE and X_AXIS_SCALE**
 +Normalize 0% to 100%, Global Min to Max
 +**COLOR parameters**
 +Black, Red, Green, Blue, Yellow, Cyan, Purple
 +other colors can be specified using [[http://www.w3schools.com/tags/ref_colorpicker.asp|hex color codes]] ( ex. "#CC0000")
 +**LINE_STYLE**
 +Solid, Dash, Dot, DashDot, DashDotDot, NULL
 +**Font**
 +For a full list of the fonts, open the Add/Modify graph dialog and view the options in the font drop down list
 +
  
visual3d/documentation/pipeline/report_commands/make_line_graph.1718644094.txt.gz · Last modified: 2024/06/17 17:08 by sgranger