-
Notifications
You must be signed in to change notification settings - Fork 0
Plot
gilbertf edited this page Oct 4, 2013
·
4 revisions
In the plot step, the collected and analysed simulation results are visualized using the gnuplot utility. The datarows to be plotted have to be specified with the Axis parameter. E.g: Axis: x, pdf, tells the script to plot the data labeled x to the first axis (x) and the data pdf to the second axis (y).
For those knowing the gnuplot syntax: Options, modifying the figure like "set size square;" can be set with PlotSet: size square in the *.saps description file. Options to the different datasets e.g. "with lines" can be specified with PlotOpt: with lines.