Change error value to be consistent with its description

This commit is contained in:
Chanchana Sornsoontorn 2018-09-13 03:03:52 +07:00
parent 05818fc66b
commit 353c5c1d46

View File

@ -1290,7 +1290,7 @@
}
],
"source": [
"book_plots.plot_errorbars([(160, 8, 'A'), (170, 8, 'B')], xlims=(150, 180))"
"book_plots.plot_errorbars([(160, 3, 'A'), (170, 9, 'B')], xlims=(150, 180))"
]
},
{