AttributeError: Rectangle.set() got an unexpected keyword argument 'normed'
时间: 2023-10-06 09:10:42 浏览: 457
Error Encountered an improper argument
这个错误可能是因为您使用的是过时的版本的Matplotlib。在较新的版本中,`set()`函数不再接受`normed`参数。您可以尝试更新Matplotlib版本或者在代码中使用`set_norm()`函数代替`set()`函数中的`normed`参数。另外,如果您能提供更多的代码和上下文信息,我可以更好地帮助您解决问题。
阅读全文