From 1333977014c983e39c1392eb7ca71800085ba1eb Mon Sep 17 00:00:00 2001 From: bnewbold Date: Thu, 22 Jan 2009 09:38:37 -0500 Subject: journal; added links to main.html --- journal/22jan2009.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 journal/22jan2009.html (limited to 'journal/22jan2009.html') diff --git a/journal/22jan2009.html b/journal/22jan2009.html new file mode 100644 index 0000000..cb73efb --- /dev/null +++ b/journal/22jan2009.html @@ -0,0 +1,35 @@ + + +bnewbold thesis + +

+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) + + + + + -- cgit v1.2.3