summaryrefslogtreecommitdiff
path: root/plotui/quickref.tex
diff options
context:
space:
mode:
Diffstat (limited to 'plotui/quickref.tex')
-rw-r--r--plotui/quickref.tex14
1 files changed, 0 insertions, 14 deletions
diff --git a/plotui/quickref.tex b/plotui/quickref.tex
deleted file mode 100644
index 6f0451f..0000000
--- a/plotui/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}}