From 822bd0b04d1cce54c2fff57c4b206c51d1dcb940 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Tue, 22 Apr 2014 22:01:56 -0400 Subject: rename notes -> lectures --- notes/lec03_matlab2 | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 notes/lec03_matlab2 (limited to 'notes/lec03_matlab2') diff --git a/notes/lec03_matlab2 b/notes/lec03_matlab2 deleted file mode 100644 index 0d5b19a..0000000 --- a/notes/lec03_matlab2 +++ /dev/null @@ -1,14 +0,0 @@ - -### julia notes - -for plotting, 'winston' is simple and matlab-like - 'gadfly' is nice/correct, using design paradigms - 'pyplot' is matplotlib - -for this class, at least to start, i'm going to try winston. - -Pkg.add("Winston") -using Winston -plot( cumsum(randn(1000)) ) - -in winston, fplot() is nice for plotting functions over ranges -- cgit v1.2.3