ignore dat files, add num6

This commit is contained in:
2020-06-11 23:22:05 +02:00
parent b522ade33c
commit d9f0815f84
8 changed files with 446 additions and 8 deletions
+14
View File
@@ -0,0 +1,14 @@
set terminal png size 1000,1000
set output 'sparse_plot.png'
set logscale xy
set ylabel "Laufzeit in Sekunden"
set xlabel "Matrixgröße"
set format y "%g"
plot 'sparse.dat' title "SparseMatrix", \
'dense.dat' title "DenseMatrix",\
0.000000015*x**2 title "c x^2", \
0.0000001*x title "b x"