# bpath1_commands.txt # created by sde::bpath1_gnuplot. # # Usage: # gnuplot < bpath1_plot.txt # set term png set output "bpath1_plot.png" set xlabel "t" set ylabel "W(t)" set title "Brownian motion by BPATH1 set grid set style data lines plot "bpath1_data.txt" using 1:2 quit