MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / EmitSinglePlot

Function EmitSinglePlot

utils/simplot/prep_plot.cpp:721–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719// ############################################################################
720
721void 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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected