Journal: Jan 21, 2009

Bryan Newbold, bnewbold@mit.edu
http://web.mit.edu/bnewbold/thesis/

Some notes on sage: To import an ascii text file with coordinates, do:

d = scipy.io.array_import.read_array('output.txt')
But this is super slow, should probably just use gnuplot for now...
gnuplot('set terminal png; set xrange[-4:4]; set yrange[-100:100]; set output "/home/bnewbold/fromsage.png"; plot "/home/bnewbold/output";')
Could fidget with style settings too.

(previous entry)