Gnuplot added

This commit is contained in:
Baptiste Fontaine
2014-02-04 16:21:13 +01:00
parent dd32b8f441
commit 476b39c353
8 changed files with 392 additions and 3 deletions

14
samples/Gnuplot/rates.gp Normal file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env gnuplot
reset
set terminal png
set output 'rates100.png'
set xlabel "A2A price"
set ylabel "Response Rate"
#set xr [0:5]
#set yr [0:6]
plot 'rates100.dat' pt 7 notitle