This commit is contained in:
Stefan Dresselhaus
2017-10-29 21:44:10 +01:00
parent 103b629b84
commit 18727a857d
10 changed files with 462 additions and 453 deletions

View File

@ -14,7 +14,7 @@ set xtics norangelimit
set xtics ()
set ytics border in scale 1,0.5 nomirror norotate autojustify
set title "Fitting Errors of 1D Function Approximation for various grids\n"
set ylabel "Squared Error of Vertex-Difference"
set ylabel "Fitting-Error according to fitness-function"
header ="`head -1 errors.csv | sed -s "s/\"//g" | sed -s "s/,/ /g"`"
set for [i=1:words(header)] xtics (word(header,i) i)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB