📌  相关文章
📜  将刻度限制为整数 matplotlib - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:01.052000             🧑  作者: Mango

代码示例1
from pylab import MaxNLocator

    ya = axes.get_yaxis()
    ya.set_major_locator(MaxNLocator(integer=True))