day1quiz1.tex
changeset 263 8a4a1e5aec85
parent 261 9cce24d00957
child 306 57291186d598
child 332 f2ca851199d4
equal deleted inserted replaced
262:9664eddee075 263:8a4a1e5aec85
   127 \end{lstlisting}
   127 \end{lstlisting}
   128 \end{frame}
   128 \end{frame}
   129 
   129 
   130 \begin{frame}
   130 \begin{frame}
   131 \frametitle{\incqno }
   131 \frametitle{\incqno }
   132 How to read and print each line of file.
   132 How to read and print each line of a file.
   133 \end{frame}
   133 \end{frame}
   134 
   134 
   135 \begin{frame}
   135 \begin{frame}
   136 \frametitle{\incqno }
   136 \frametitle{\incqno }
   137 How to get list of third column of a data file.
   137 How to get list of third column of a data file.
   144 In []: x=linspace(0 , 2 * pi)
   144 In []: x=linspace(0 , 2 * pi)
   145 In []: plot(x, cos(x),'go')
   145 In []: plot(x, cos(x),'go')
   146 \end{lstlisting}
   146 \end{lstlisting}
   147 \end{frame}
   147 \end{frame}
   148 
   148 
       
   149 \begin{frame}
       
   150 \frametitle{\incqno }
       
   151 Draw a plot with line width 3.
       
   152 \end{frame}
       
   153 
       
   154 \begin{frame}
       
   155 \frametitle{\incqno }
       
   156 Setting x and y axis limits.
       
   157 \end{frame}
       
   158 
   149 \end{document}
   159 \end{document}
   150 
   160