diff options
Diffstat (limited to 'plotui/quickref.tex')
-rw-r--r-- | plotui/quickref.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/plotui/quickref.tex b/plotui/quickref.tex index b26d168..6f0451f 100644 --- a/plotui/quickref.tex +++ b/plotui/quickref.tex @@ -4,5 +4,11 @@ Creating a linear array:\\ 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}} |