diff -r 68c324a9981c -r 5d032e253580 getting-started-sagenotebook/quickref.tex --- a/getting-started-sagenotebook/quickref.tex Thu Nov 11 02:55:20 2010 +0530 +++ b/getting-started-sagenotebook/quickref.tex Thu Nov 11 03:00:19 2010 +0530 @@ -1,8 +0,0 @@ -Creating a linear array:\\ -{\ex \lstinline| x = linspace(0, 2*pi, 50)|} - -Plotting two variables:\\ -{\ex \lstinline| plot(x, sin(x))|} - -Plotting two lists of equal length x, y:\\ -{\ex \lstinline| plot(x, y)|}