aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/data/perlib_plot_settings.txt
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-13 11:46:36 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-13 11:46:36 +0000
commitc8cbc1665eb319a75ace52a832620119c6a77097 (patch)
tree82951983cb05586b018ed172f80952731cc7adfd /bench/btl/data/perlib_plot_settings.txt
parent99a625243fd40687a48a47d97ac9fa48f762c570 (diff)
enhancements of the plot generator:
- removed the ugly X11 and PNG gnuplots terminals - use enhanced postscript terminal - use imagemagick to generate the png files (with compression) - disable the fortran impl by default since it is as meaningless as a "C impl" - update line settings
Diffstat (limited to 'bench/btl/data/perlib_plot_settings.txt')
-rw-r--r--bench/btl/data/perlib_plot_settings.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/bench/btl/data/perlib_plot_settings.txt b/bench/btl/data/perlib_plot_settings.txt
index 3e23fee53..536a0ae7b 100644
--- a/bench/btl/data/perlib_plot_settings.txt
+++ b/bench/btl/data/perlib_plot_settings.txt
@@ -1,10 +1,10 @@
-eigen2 ; with lines lw 2 lc rgbcolor "black" lt 1
-eigen2_novec ; with lines lw 1 lc rgbcolor "grey" lt 1
-gmm ; with lines lc rgbcolor "blue" lt 1
-mtl4 ; with lines lc rgbcolor "#74B973" lt 1
-blitz ; with lines lc rgbcolor "#38F5F5" lt 1
-ATLAS ; with lines lc rgbcolor "green" lt 1
-INTEL_MKL ; with lines lc rgbcolor "yellow" lt 2
-ublas ; with lines lc rgbcolor "red" lt 1
-F77 ; with lines lc rgbcolor "#9A6B36" lt 1
-C ; with lines lc rgbcolor "#7DF4FF" lt 1
+eigen2 ; with lines lw 4 lt 1 lc rgbcolor "black"
+eigen2_novec ; with lines lw 3 lt 1 lc rgbcolor "#999999"
+INTEL_MKL ; with lines lw 3 lt 2 lc rgbcolor "#00b7ff"
+ATLAS ; with lines lw 3 lt 1 lc rgbcolor "#52e657"
+gmm ; with lines lw 3 lt 1 lc rgbcolor "#0000ff"
+ublas ; with lines lw 3 lt 1 lc rgbcolor "#ff0000"
+mtl4 ; with lines lw 3 lt 1 lc rgbcolor "#d18847"
+blitz ; with lines lw 3 lt 1 lc rgbcolor "#ff00ff"
+F77 ; with lines lw 3 lt 3 lc rgbcolor "#e6e64c"
+C ; with lines lw 3 lt 3 lc rgbcolor "#e6bd96"