Skip to content
Snippets Groups Projects
Commit 4c21ca71 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[gnuplotinterface] Renaming for correct data input

parent 205f9cd1
2 merge requests!31Feature/colebrookwhiteboundarylayer,!13[gnuplot] Do not set terminal as default
......@@ -58,7 +58,7 @@ int main()
gnuplot.setOption("set label 'arrow' at 1,15 center tc rgb 'dark-gray'");
gnuplot.addDataSetToPlot(x, y, "dataSet_f(x)=x^2", "every 5 w lp ps 2");
gnuplot.addFunctionToPlot("x**3", "function_f(x)=x^3");
gnuplot.addFileToPlot("0_dataSet_f(x)=x^2.dat", "file_f(x)=x^2.dat");
gnuplot.addFileToPlot("dataSet_f(x)=x^2.dat", "file_f(x)=x^2.dat");
gnuplot.plot("plot");
exit(0);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment