equal
deleted
inserted
replaced
175 : 0.37,0.46,0.46,0.37] |
175 : 0.37,0.46,0.46,0.37] |
176 : errorbar(S,n,xerr=delta_S, yerr=delta_n, |
176 : errorbar(S,n,xerr=delta_S, yerr=delta_n, |
177 : fmt='go') |
177 : fmt='go') |
178 |
178 |
179 * Summary |
179 * Summary |
180 : L = [0.1, 0.2, 0.3, 0.4, 0.5, | |
180 : L = [0.1, 0.2, 0.3, 0.4, 0.5, |
181 : 0.6, 0.7, 0.8, 0.9] |
181 : 0.6, 0.7, 0.8, 0.9] |
182 : plot(x,y,'o') |
182 : plot(x,y,'o') |
183 : plot(x,y,'.') |
183 : plot(x,y,'.') |
184 : errorbar(L,tsquare,xerr=delta_L, yerr=delta_T, fmt='b.') |
|
185 * Thank you! |
184 * Thank you! |
186 #+begin_latex |
185 #+begin_latex |
187 \begin{block}{} |
186 \begin{block}{} |
188 \begin{center} |
187 \begin{center} |
189 This spoken tutorial has been produced by the |
188 This spoken tutorial has been produced by the |
196 \end{center} |
195 \end{center} |
197 \end{block} |
196 \end{block} |
198 #+end_latex |
197 #+end_latex |
199 |
198 |
200 |
199 |
|
200 |