Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Remove LaTeX in docs plot
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Mar 6, 2024
1 parent 948a54a commit 21ee36c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source/notebooks/usage.ipynb
Original file line number Diff line number Diff line change
@@ -24,8 +24,7 @@
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"from tefs import TEFS\n",
"%config InlineBackend.figure_format = 'retina'\n",
"plt.rc(\"text\", usetex=True)"
"%config InlineBackend.figure_format = 'retina'"
]
},
{
@@ -275,7 +274,7 @@
"ax.legend()\n",
"\n",
"ax.set_xlabel(\"Number of features\")\n",
"ax.set_ylabel(\"Test $R^2$\")\n",
"ax.set_ylabel(\"Test R2\")\n",
"ax.set_title(\"Wrapper TEFS\")\n",
"step = 2\n",
"ax.set_xticks(range(0, num_total_features+1, step))\n",
@@ -321,7 +320,7 @@
")\n",
"\n",
"ax.set_xlabel(\"Number of features\")\n",
"ax.set_ylabel(\"Test $R^2$\")\n",
"ax.set_ylabel(\"Test R2\")\n",
"ax.set_title(\"Wrapper TEFS\")\n",
"step = 2\n",
"ax.set_xticks(range(0, num_total_features+1, step))\n",

0 comments on commit 21ee36c

Please sign in to comment.