day1/session1.tex
changeset 182 56ea84dfe38e
parent 180 e442b9e23972
child 184 9efa777af2e2
equal deleted inserted replaced
181:3035997de161 182:56ea84dfe38e
   298 In []: close()
   298 In []: close()
   299 \end{lstlisting}
   299 \end{lstlisting}
   300 \end{frame}
   300 \end{frame}
   301 
   301 
   302 \begin{frame}[fragile]
   302 \begin{frame}[fragile]
   303 \frametitle{Plotting seprate figures}
   303 \frametitle{Plotting separate figures}
   304 \begin{lstlisting}
   304 \begin{lstlisting}
   305 In []: figure(1)
   305 In []: figure(1)
   306 In []: plot(y, sin(y))
   306 In []: plot(y, sin(y))
   307 In []: figure(2)
   307 In []: figure(2)
   308 In []: plot(y, cos(y))
   308 In []: plot(y, cos(y))