gnuplot¶
gnuplot utils¶
- postprocess.gnuplot.gnuplot_utils.plotDataFile(fileName, outputFile, label)¶
Plots the data read from the file argument.
- Parameters
fileName – name of the input file.
outputFile – name of the output file.
label – label for the plot.
- postprocess.gnuplot.gnuplot_utils.plotTimeSerie(timeSeries, outputFile)¶
Print the time series argument.