matplotlib scatter画图报错:TypeError: ufunc ‘sqrt‘ not supported for the input types...rule ‘‘safe‘‘
Posted 叶庭云
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matplotlib scatter画图报错:TypeError: ufunc ‘sqrt‘ not supported for the input types...rule ‘‘safe‘‘相关的知识,希望对你有一定的参考价值。
报错如下:
解决方法如下:
原程序:
plt.scatter(x, y, ‘r’, label=‘Original scatter’)
修改为:
plt.scatter(x, y, c=‘r’, label=‘Original scatter’)
颜色设置参数设置为:c=‘r’
成功解决问题,如下所示:
以上是关于matplotlib scatter画图报错:TypeError: ufunc ‘sqrt‘ not supported for the input types...rule ‘‘safe‘‘的主要内容,如果未能解决你的问题,请参考以下文章
Anaconda3使用matplotlib画图报错问题的解决方法
matplotlib画图报错This figure includes Axes that are not compatible with tight_layout, so results might
Matplotlib学习---用matplotlib画散点图,气泡图(scatterplot, bubble chart)
matplotlib提示RuntimeWarning: Glyph 20998 missing from current font