matplotlib:TypeError: list indices must be integers or slices, not numpy.float64

采用slider 进行update时,一直报错

ypeError: list indices must be integers or slices, not numpy.float64

对val值进行处理,首先采用

valstep=1,设置更新值的步长为1

其次将val进行int型强制转换,终于不报错了

你可能感兴趣的:(numpy,python,人工智能)