Matplotlib:正确的数学字体大小

Matplotlib: correct math font size

matplotlib 中的数学文本比

显示的常规文本小
ax.set_xlabel(r'Variable $\alpha$')

有关此问题的更多详细信息,请参阅 Matplotlib: Change math font size

可接受的解决方案是将数学字体设置为常规字体。 但是数学模式下的变量并不是应该的斜体。

我需要数学模式下的变量,并且大小与文本相同。

如何实现,为什么这不是默认设置?

我已经在 https://github.com/matplotlib/matplotlib/issues/7778.

我了解到这在 matplotlib 2.0 中已修复。

已发布且有效!

参见Changes to the default style