Executes a GNUPlot script that generates any output from the given data or other inputs.
Comprehensive examples: http://gnuplot.sourceforge.net/demo/
Version | 0.5 |
---|---|
Bundle | tools |
Categories | External |
Authors | Ville Rantanen (ville.rantanen@helsinki.fi) |
Issue tracker | View/Report issues |
Requires | bash ; GNUPlot ; gnuplot (DEB) |
Source files | component.xml plot.bash |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
in | Array<CSV> | Optional | CSV Array input. Refer to CSV files by @input_keyname@ in the script |
script | TextFile | Optional | GNUPlot script to read. |
optScript | TextFile | Optional | GNUPlot script to read. Used for when the main script needs a 'load' command. Refer with @optScript@. |
Name | Type | Description |
---|---|---|
scriptOut | TextFile | The given script after being replaced with input contents. |
out | Array<Image> | Output array for the plots. Use notation @output_keyname@ to create new files and their respective keys. Array keys will be automatically generated, if you do not use the notation. |
Name | Type | Default | Description |
---|---|---|---|
command | string | "" | Value of this parameter will override the script input. |
Test case | Parameters▼ | IN in |
IN script |
IN optScript |
OUT scriptOut |
OUT out |
---|---|---|---|---|---|---|
case1_simple_plot | (missing) | in | script | (missing) | scriptOut | out |
case2_animation | (missing) | in | script | optScript | scriptOut | out |