matplotlib如何绘制不同间距的图形

How to matplotlib draw figure with different spacing

matplotlib如何绘制不同间距的图形?

这个具体怎么画?

问题中显示的图是按 'logit' 比例绘制的。

ax.set_xscale('logit')
ax.set_yscale('logit')

您可以参考scales example