ValueError: Invalid RGBA argument: 's'.'c' argument must either be valid as mpl color(s) or as numbe
最近在使用matplotlib中的scatter模块时使用颜色赋值报错,报错代码如下Traceback (most recent call last): File "D:\Python3.7.2\lib\site-packages\matplotlib\colors.py", line 174, in to_rgba rgba = _colors_full_map.cache[c, ...