summaryrefslogtreecommitdiff
path: root/using_plot_interactively/quickref.tex
blob: 6f0451f59db622a92ff7f92b9c3f7bc536a4cace (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}}