ignore dat files, add num6
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user