Matplotlib fill_between shows a sliver of white when filing from zero

前端 未结 0 1325
抹茶落季
抹茶落季 2021-02-10 23:54

Here is my code:

x = np.arange(-10, 10, 0.1)
y = np.cos(x)

f = plt.figure()
ax = f.add_subplot(1, 1, 1)
ax.spines[\'left\'].set_position(\'center\')
ax.spines[\'         


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