plotting-data/script.rst
changeset 432 c92662f02209
parent 416 06ac45f4de88
child 434 c8ffd52305ff
equal deleted inserted replaced
420:27d2561e617a 432:c92662f02209
   111   plot(L,tsquare,'o')
   111   plot(L,tsquare,'o')
   112 
   112 
   113   clf()
   113   clf()
   114 
   114 
   115 
   115 
       
   116 Following are exercises that you must do.
       
   117 
       
   118 %% %% Plot the given experimental data with large dots.The data is
       
   119 on your screen. 
       
   120  
       
   121 %% %% Plot the given experimental data with small dots.
       
   122 The data is on your screen
       
   123 
       
   124 
       
   125 Please, pause the video here. Do the exercises and then continue. 
       
   126 
       
   127 
       
   128 
       
   129 
       
   130 
   116 .. #[[Anoop: Make sure code is correct, corrected plot(L,t,o) to
   131 .. #[[Anoop: Make sure code is correct, corrected plot(L,t,o) to
   117    plot(L,t,'o')]]
   132    plot(L,t,'o')]]
   118 
   133 
   119 
   134 
   120 
   135 
   160 thats it. you can explore other options to errorbar using the documentation 
   175 thats it. you can explore other options to errorbar using the documentation 
   161 of errorbar.::
   176 of errorbar.::
   162 
   177 
   163    errorbar?
   178    errorbar?
   164 
   179 
       
   180 Following is an  exercise that you must do.
       
   181 
       
   182 %% %% Plot the given experimental data with large green dots.Also include
       
   183 the error in your plot. 
       
   184 
       
   185 Please, pause the video here. Do the exercise and then continue. 
       
   186 
       
   187 
       
   188 
       
   189 
       
   190 
       
   191 
   165 
   192 
   166 {{{ Show Summary Slide }}}
   193 {{{ Show Summary Slide }}}
   167 
   194 
   168 In this tutorial we have learnt : 
   195 In this tutorial we have learnt :
   169 
   196 
   170 1. How to declare a sequence of number , specifically the kind of sequence we learned was a list.
   197 1. How to declare a sequence of number , specifically the kind of
   171 
   198 sequence we learned was a list.
   172 2. Plotting experimental data extending our knowledge from mathematical functions. 
   199 
   173 
   200 #. Plotting experimental data extending our knowledge from
   174 3. The various options available for plotting dots instead of lines.
   201 mathematical functions.
   175 
   202 
   176 4. Plotting experimental data such that we can also represent error. We did this using the errorbar() function.
   203 #. The various options available for plotting dots instead of lines.
       
   204 
       
   205 #. Plotting experimental data such that we can also represent
       
   206 error. We did this using the errorbar() function.
   177 
   207 
   178 
   208 
   179  {{{ Show the "sponsored by FOSSEE" slide }}}
   209  {{{ Show the "sponsored by FOSSEE" slide }}}
   180 
   210 
   181 .. #[[Anoop: again slides are incomplete]]
   211 .. #[[Anoop: again slides are incomplete]]