1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > ValueError: x and y must be the same size

ValueError: x and y must be the same size

时间:2021-09-19 07:11:39

相关推荐

ValueError: x and y must be the same size

这里写自定义目录标题

ValueError: x and y must be the same size

ValueError: x and y must be the same size

代码示例

# Probability

fig = plt.figure(figsize=(6,4), dpi = 300)

ax = plt.gca()

ax.scatter(ranks, probs, alpha = 0.5)入代码片`_

这类问题原因一般是x,y长度不同。建议用print(len(x))函数查看长度。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。