Change error value to be consistent with its description
This commit is contained in:
@@ -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))"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user