# HG changeset patch # User Christopher Burns # Date 1277099403 25200 # Node ID 68ef3dced7a017e930f20cb043bda78df592439c # Parent 984d8a3394cc35d2fca6a7ea5e4140d6fbaed6cc Add whitespace to assignment. diff -r 984d8a3394cc -r 68ef3dced7a0 day1/session1.tex --- a/day1/session1.tex Sun Jun 20 22:42:38 2010 -0700 +++ b/day1/session1.tex Sun Jun 20 22:50:03 2010 -0700 @@ -558,7 +558,7 @@ \frametitle{Review Problem \ldots} \alert{Plotting \ldots} \begin{lstlisting} -In []: x=linspace(-5*pi, 5*pi, 500) +In []: x = linspace(-5*pi, 5*pi, 500) In []: plot(x, x, 'b') In []: plot(x, -x, 'b') In []: plot(x, sin(x), 'g', linewidth=2)