On your last graph, you specify plt.legend(loc='best'), but this is unnecessary because the default location for the legend is 'best'.
plt.legend(loc='best')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On your last graph, you specify
plt.legend(loc='best')
, but this is unnecessary because the default location for the legend is 'best'.The text was updated successfully, but these errors were encountered: