|
11 | 11 | figure(1) |
12 | 12 | #errorbar(t, s, e, fmt='o') # vertical symmetric |
13 | 13 | #errorbar(t, s, None, f, fmt='o') # horizontal symmetric |
14 | | -errorbar(t, s, e, f, fmt='o') # both symmetric |
| 14 | +#errorbar(t, s, e, f, fmt='o') # both symmetric |
15 | 15 | #errorbar(t, s, [e,g], [f,h], fmt='o') # both asymmetric |
16 | | -#errorbar(t, s, [e,g], f, fmt='o') # both mixed |
| 16 | +errorbar(t, s, [e,g], f, fmt='o', ecolor='g') # both mixed |
17 | 17 | #errorbar(t, s, e, [f,h], fmt='o') # both mixed |
18 | 18 | #errorbar(t, s, [e,g], fmt='o') # vertical asymmetric |
19 | 19 | #errorbar(t, s, yerr=e, fmt='o') # named |
|
0 commit comments