From 54624276ac1c117fce03640f2c0cf5ed84837aa0 Mon Sep 17 00:00:00 2001 From: Christopher Burns Date: Sun, 20 Jun 2010 22:50:03 -0700 Subject: Add whitespace to assignment. --HG-- branch : scipy2010 --- day1/session1.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1/session1.tex b/day1/session1.tex index 48a4a46..74e1492 100644 --- a/day1/session1.tex +++ b/day1/session1.tex @@ -558,7 +558,7 @@ In []: plot?? \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) -- cgit