| 719 | // ############################################################################ |
| 720 | |
| 721 | void EmitSinglePlot(const string filename, const int index, const string linetitle ) |
| 722 | { |
| 723 | cout << "print \"Processing parameter plot: " << linetitle << "\"" << endl; |
| 724 | cout << "plot " << plot_range << " \"" << filename << "\" using 1:" << index << " with lines title \"" << linetitle << "\"" << endl; |
| 725 | } |
| 726 | |
| 727 | // ############################################################################ |
| 728 |