summaryrefslogtreecommitdiff
path: root/using_plot_interactively/quickref.tex
diff options
context:
space:
mode:
Diffstat (limited to 'using_plot_interactively/quickref.tex')
-rw-r--r--using_plot_interactively/quickref.tex14
1 files changed, 14 insertions, 0 deletions
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}}