4
我想在python 2.7中使用matplotlib格式化我的y軸。這是我的嘗試:python + matplotlib:使用區域設置來格式化y軸
ax.yaxis.get_major_formatter().set_useLocale()
使用.
作爲千位分隔符來格式化我的Y軸。而不是有10000
,我想有10.000
,等等......但我找不到任何這方面的工作的例子...
我找不到文檔,在此頁上是沒有例子或進一步的文件:http://matplotlib.org/api/ticker_api.html#matplotlib.ticker.ScalarFormatter.set_useLocale
或任何其他想法如何格式化我的軸?
感謝
你可以這樣說:http://tiku.io/questions/1009459/how-to-format-axis-number-format-to-thousands-with-a-逗號在-matplotlib –