Valueerror ValueError:“ transform”必须是“ matplotlib.transform.Transform”的实例

时间:2019-12-27 14:42:48

标签: python python-3.x matplotlib valueerror

import matplotlib.pyplot as plt
plt.style.use('fivethirtyeight')
.
.
.
plt.legend(loc='best') 

我在plt.legend(loc='best')遇到错误

  

ValueError:“ transform”必须是“ matplotlib.transform.Transform”的实例

0 个答案:

没有答案