set datafile separator ","
set xlabel "value"
set ylabel "probability"
plot "dist.csv" using 1:2
#plot "1000_100_uniform.csv" using 1:1 title "Lin", "1000_100_uniform.csv" using 1:2 title "Cosine" with points
set terminal postscript eps enhanced color solid rounded
set output "plot.eps"
!epstopdf plot.eps
replot
show output
pause -1
No comments:
Post a Comment