Skip to content
Snippets Groups Projects
Commit 8082309e authored by Gael Varoquaux's avatar Gael Varoquaux
Browse files

Typo in examples

Fixes #2725
parent b278b52b
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ pl.legend([a.collections[0], b1, b2, c], ...@@ -57,7 +57,7 @@ pl.legend([a.collections[0], b1, b2, c],
loc="upper left", loc="upper left",
prop=matplotlib.font_manager.FontProperties(size=11)) prop=matplotlib.font_manager.FontProperties(size=11))
pl.xlabel( pl.xlabel(
"error train: %d/200 ; errors novel regular: %d/20 ; " "error train: %d/200 ; errors novel regular: %d/40 ; "
"errors novel abnormal: %d/20" "errors novel abnormal: %d/40"
% (n_error_train, n_error_test, n_error_outliers)) % (n_error_train, n_error_test, n_error_outliers))
pl.show() pl.show()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment