plotting-data/slides.org
changeset 429 bb6bab81e9f2
parent 416 06ac45f4de88
child 434 c8ffd52305ff
--- a/plotting-data/slides.org	Tue Nov 09 17:15:49 2010 +0530
+++ b/plotting-data/slides.org	Tue Nov 09 17:37:03 2010 +0530
@@ -75,12 +75,14 @@
  
 * Plotting Error bar 
   
-  : In[]: errorbar(L,tsquare,xerr=delta_L, yerr=delta_T,
-  :                fmt='b.')
+  : In[]: errorbar(L,tsquare,xerr=delta_L,
+  :                yerr=delta_T,fmt='b.')
+                  
 
 * Summary 
  : 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.')    
+ : errorbar(L,tsquare,xerr=delta_L, 
+ :          yerr=delta_T, fmt='b.')