diff options
author | Christopher Burns | 2010-06-20 22:50:03 -0700 |
---|---|---|
committer | Christopher Burns | 2010-06-20 22:50:03 -0700 |
commit | 5317645c487579159dd7339eb463b188b9dacf71 (patch) | |
tree | 79550ddb9ab8b6f938692ce10f7ccae074964202 | |
parent | c42a3c992346879a54664b7e7aa6f03cb85ad4e5 (diff) | |
download | workshops-5317645c487579159dd7339eb463b188b9dacf71.tar.gz workshops-5317645c487579159dd7339eb463b188b9dacf71.tar.bz2 workshops-5317645c487579159dd7339eb463b188b9dacf71.zip |
Add whitespace to assignment.
--HG--
branch : scipy2010
-rw-r--r-- | day1/session1.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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) |