Matplotlib Errorbar no cap

后端 未结 0 454
小鲜肉
小鲜肉 2020-12-05 03:32

I am trying to implement an errobar with caps. This is my code:

fig, ax = plt.subplots()
er1 = ax.errorbar("3", x, marker="o", linestyle=&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题