From 098d1a0d329c2906bc25c68e4c94caef2dc886dc Mon Sep 17 00:00:00 2001 From: Christopher Burns Date: Sun, 20 Jun 2010 22:59:53 -0700 Subject: Add whitespace to exercise code. --HG-- branch : scipy2010 --- day1/exercise/four_plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'day1/exercise/four_plot.py') diff --git a/day1/exercise/four_plot.py b/day1/exercise/four_plot.py index 5417ee5..4130241 100644 --- a/day1/exercise/four_plot.py +++ b/day1/exercise/four_plot.py @@ -1,4 +1,4 @@ -x=linspace(-5*pi, 5*pi, 500) +x = linspace(-5*pi, 5*pi, 500) plot(x, x, 'b') plot(x, -x, 'b') plot(x, sin(x), 'g', linewidth=2) -- cgit