标签: matplotlib axes
如何调整matplotlib图的yaxis长度,如下图所示:
另外,我如何调制y轴的厚度?
答案 0 :(得分:0)
我刚刚找到答案。需要使用ax.spines [' left']。set_bounds(4,-4)。