# bpath_commands.txt # created by sde::bpath_gnuplot. # # Usage: # gnuplot < bpath_commands.txt # set term png set output 'bpath.png' set xlabel 't' set ylabel 'W(t)' set title 'Brownian motion by BPATH' set grid set style data lines plot 'bpath_data.txt' using 1:2 quit