diff options
Diffstat (limited to 'plotting-data/slides.org')
-rw-r--r-- | plotting-data/slides.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plotting-data/slides.org b/plotting-data/slides.org index 762920f..e0daeaa 100644 --- a/plotting-data/slides.org +++ b/plotting-data/slides.org @@ -177,11 +177,10 @@ : fmt='go') * Summary - : L = [0.1, 0.2, 0.3, 0.4, 0.5, | + : L = [0.1, 0.2, 0.3, 0.4, 0.5, : 0.6, 0.7, 0.8, 0.9] : plot(x,y,'o') : plot(x,y,'.') - : errorbar(L,tsquare,xerr=delta_L, yerr=delta_T, fmt='b.') * Thank you! #+begin_latex \begin{block}{} @@ -198,3 +197,4 @@ #+end_latex + |