plotui/quickref.tex
changeset 342 588b681e70c6
parent 321 2e49b1b72996
--- a/plotui/quickref.tex	Wed Oct 20 16:19:55 2010 +0530
+++ b/plotui/quickref.tex	Thu Oct 21 00:22:42 2010 +0530
@@ -4,5 +4,11 @@
 Plotting two variables:\\
 {\ex \lstinline|    plot(x, sin(x))|}
 
-Plotting two lists of equal length x, y:\\
-{\ex \lstinline|    plot(x, y)|}
+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}}