| tMade plot axes linear - numeric - C++ library with numerical algorithms | |
| git clone git://src.adamsgaard.dk/numeric | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit ae724a0097e0f7ba6c7a9a2ee9c0aef512cd2dc9 | |
| parent 7af13ef7807c474b7d6e8cd8f91fc4082f3700a3 | |
| Author: Anders Damsgaard Christensen <[email protected]> | |
| Date: Tue, 22 Jan 2013 21:17:23 +0100 | |
| Made plot axes linear | |
| Diffstat: | |
| M matrixmul/plot.gp | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| diff --git a/matrixmul/plot.gp b/matrixmul/plot.gp | |
| t@@ -3,7 +3,7 @@ set output "performance.png" | |
| set xlabel "Matrix side length" | |
| set ylabel "Execution time [s]" | |
| set title "Random number generation and matrix multiplication" | |
| -set log xy | |
| +#set log xy | |
| set grid | |
| set key outside | |
| plot "lua-arrofarrs.dat" title "Lua: Arrays of arrays" w lp, "lua-linarr.dat" … |