Skip to content

Commit

Permalink
fix MPL deprecation (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
reiinakano authored Aug 19, 2018
1 parent 19af1c9 commit d05d83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scikitplot/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def plot_confusion_matrix(y_true, y_pred, labels=None, true_labels=None,

ax.set_ylabel('True label', fontsize=text_fontsize)
ax.set_xlabel('Predicted label', fontsize=text_fontsize)
ax.grid('off')
ax.grid(False)

return ax

Expand Down

0 comments on commit d05d83e

Please sign in to comment.