标签: python matplotlib logarithm errorbar
在对数刻度中,如果误差大于该值本身,则缺少下部误差条。在下面的示例中,最后一个数据点具有较大的误差线,这导致较低的误差线(Error: Results 1, 2, 3, 4, 5, ... must be data frames, not lm)在对数刻度上为负。我知道我们可以用很小的数字替换负误差线,然后误差线超出x或y限制。
Error: Results 1, 2, 3, 4, 5, ... must be data frames, not lm
我想知道是否可以用箭头替换负误差线?箭头将使该图看起来更好。
log10(0.012-0.02)