From 6adf074027964e36420449e4347bf9045868b7d2 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Tue, 9 Nov 2010 10:54:53 +0530 Subject: Moved plotui to using-plot-interactively. --- using-plot-interactively/quickref.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create 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 new file mode 100644 index 0000000..6f0451f --- /dev/null +++ b/using-plot-interactively/quickref.tex @@ -0,0 +1,14 @@ +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