From f3a34dfb4e879f3eb7274704f44546aac4add88f Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Wed, 1 Dec 2010 16:51:35 +0530 Subject: Renamed all LOs to match with their names in progress.org. --- using-plot-interactively/quickref.tex | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 using-plot-interactively/quickref.tex (limited to 'using-plot-interactively/quickref.tex') diff --git a/using-plot-interactively/quickref.tex b/using-plot-interactively/quickref.tex deleted file mode 100644 index 6f0451f..0000000 --- a/using-plot-interactively/quickref.tex +++ /dev/null @@ -1,14 +0,0 @@ -Creating a linear array:\\ -{\ex \lstinline| x = linspace(0, 2*pi, 50)|} - -Plotting two variables:\\ -{\ex \lstinline| plot(x, sin(x))|} - -Saving Plot\\ -{\includegraphics[width=60mm]{save.png}} - -Zooming into a part of the plot\\ -{\includegraphics[width=60mm]{zoom.png}} - -Move the plot\\ -{\includegraphics[width=60mm]{move.png}} -- cgit