python画xy轴_python-强制matplotlib在Y轴上仅显示从0开始的...

在一个循环中,我使用Matplotlib创建了一些子图.

我注意到在某些情况下,Y轴(尤其是在显示0时)在Y轴上显示了一些负数.

是否有一个参数可以强制Y轴显示正数(即从0开始向上显示).

还有一个参数,用于使Y轴的值等于或不等于小数位. (显示2而不是2.0或2.00(似乎会自动显示,具体取决于数据).

码:

for a in account_list:

f = plt.figure()

f.set_figheight(20)

f.set_figwidth(20)

f.sharex = True

f.sharey=True

left = 0.125 # the left side of the subplots of the figure

right = 0.9 # the right side of the subplots of the figure

bottom = 0.1 # the bottom of the subplots of the figure

top = 0.9 # the top of the subplots of the figure

wspace = 0.2 # the amount of width reserved for blank space between subplots

hspace = .8 # the amount of height reserved for white space between subplots

subplots_adjust(left=left, right=right, bottom=bottom, top=top, wspace=wspace, hspace=hspace)

count = 1

for h in headings:

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值