summaryrefslogtreecommitdiff
path: root/using-plot-interactively/quickref.tex
diff options
context:
space:
mode:
authorPuneeth Chaganti2010-11-09 10:56:50 +0530
committerPuneeth Chaganti2010-11-09 10:56:50 +0530
commitf64919a9a89b4b921d9277810097315797f8be83 (patch)
treea22bc13413ee969343b109ea8515d16dad939ce7 /using-plot-interactively/quickref.tex
parente95df2f631283071971905b04ca6640b5d0784e2 (diff)
parenta7653f741cd41e9b00c9c1718ad2c2a0107ee191 (diff)
downloadst-scripts-f64919a9a89b4b921d9277810097315797f8be83.tar.gz
st-scripts-f64919a9a89b4b921d9277810097315797f8be83.tar.bz2
st-scripts-f64919a9a89b4b921d9277810097315797f8be83.zip
Merged heads.
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}}