自学内容网 自学内容网

matplotlib ValueError: s must be a scalar, or the size as x and y

问题

matplotlib ValueError: s must be a scalar, or the size as x and y

解决办法

除了程序的原因外,还有一个可能性是:matplotlib的版本过高(3.7.5)
题主通过执行以下命令降低matplotlib版本解决了该问题:

pip install matplotlib==3.1.2

原文地址:https://blog.csdn.net/qq_44819248/article/details/144335031

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!