📜  向y轴值添加符号python代码示例

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

代码示例1
# For Python 3
# In place of the dollar sign $ put any sign you would need

graph.yaxis.set_major_formatter('${x:1.2f}')