Remove unneeded fontsize=14

main
Aurélien Geron 2021-11-27 13:39:04 +13:00
parent 72f9488c5d
commit c3a2dfd28e
1 changed files with 2 additions and 2 deletions

View File

@ -596,7 +596,7 @@
" connectionstyle=\"arc3,rad=.2\",\n",
" arrowstyle=\"Simple, tail_width=1.5, head_width=8, head_length=10\",\n",
" color=\"#444444\"))\n",
"plt.text(0.56, 0.62, \"Higher\\nthreshold\", fontsize=14, color=\"#333333\")\n",
"plt.text(0.56, 0.62, \"Higher\\nthreshold\", color=\"#333333\")\n",
"plt.xlabel(\"Recall\")\n",
"plt.ylabel(\"Precision\")\n",
"plt.axis([0, 1, 0, 1])\n",
@ -684,7 +684,7 @@
" connectionstyle=\"arc3,rad=.4\",\n",
" arrowstyle=\"Simple, tail_width=1.5, head_width=8, head_length=10\",\n",
" color=\"#444444\"))\n",
"plt.text(0.12, 0.71, \"Higher\\nthreshold\", fontsize=14, color=\"#333333\")\n",
"plt.text(0.12, 0.71, \"Higher\\nthreshold\", color=\"#333333\")\n",
"plt.xlabel('False Positive Rate (Fall-Out)')\n",
"plt.ylabel('True Positive Rate (Recall)')\n",
"plt.grid()\n",