Synopsis
Creates gnuplot files from the data generated by a process log operator.
Description
Writes the data generated by a ProcessLogOperator to a file in gnuplot format.
Input
- through 1:
Output
- through 1:
Parameters
- output file: The gnuplot file.
- name: The name of the process log operator which produced the data table.
- title: The title of the plot.
- x axis: The values of the x-axis.
- y axis: The values of the y-axis (for 3d plots).
- values: A whitespace separated list of values which should be plotted.
- additional parameters: Additional parameters for the gnuplot header.