day1/session2.tex
changeset 382 41c34770d63a
parent 381 b797cd67982b
child 385 c70118cdde66
equal deleted inserted replaced
381:b797cd67982b 382:41c34770d63a
    76 \title[Plotting with Python]{Python for Science and Engg: Plotting experimental data}
    76 \title[Plotting with Python]{Python for Science and Engg: Plotting experimental data}
    77 
    77 
    78 \author[FOSSEE] {FOSSEE}
    78 \author[FOSSEE] {FOSSEE}
    79 
    79 
    80 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    80 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
    81 \date[] {08 March, 2010\\Day 1, Session 2}
    81 \date[] {02 April, 2010\\Day 1, Session 2}
    82 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    82 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    83 
    83 
    84 %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
    84 %\pgfdeclareimage[height=0.75cm]{iitmlogo}{iitmlogo}
    85 %\logo{\pgfuseimage{iitmlogo}}
    85 %\logo{\pgfuseimage{iitmlogo}}
    86 
    86 
   339 \begin{frame}[fragile]
   339 \begin{frame}[fragile]
   340 \frametitle{What about larger data sets?}
   340 \frametitle{What about larger data sets?}
   341 \alert{Data is usually present in a file!} \\
   341 \alert{Data is usually present in a file!} \\
   342 Lets look at the \typ{pendulum.txt} file.
   342 Lets look at the \typ{pendulum.txt} file.
   343 \begin{lstlisting} 
   343 \begin{lstlisting} 
   344 In []: cd circulate/pendulum/
       
   345 In []: cat pendulum.txt 
   344 In []: cat pendulum.txt 
   346 1.0000e-01 6.9004e-01
   345 1.0000e-01 6.9004e-01
   347 1.1000e-01 6.9497e-01
   346 1.1000e-01 6.9497e-01
   348 1.2000e-01 7.4252e-01
   347 1.2000e-01 7.4252e-01
   349 1.3000e-01 7.5360e-01
   348 1.3000e-01 7.5360e-01