Skip to content

Commit

Permalink
Fix missing axes notebook supervised
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoTrizio committed Oct 24, 2023
1 parent 19c7df3 commit 8f912d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/paper_experiments/paper_2_supervised.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
"# visble colormap\n",
"norm = mlp.colors.Normalize( vmin=-1, vmax=1)\n",
"sm = plt.cm.ScalarMappable(norm=norm,cmap='fessa')\n",
"cbar = plt.colorbar(mappable=sm, fraction=0.050, pad=0.02, format='%.1f', ticks=[-1.0, -0.5, 0.0, 0.5, 1.0])\n",
"cbar = plt.colorbar(mappable=sm, fraction=0.050, pad=0.02, format='%.1f', ticks=[-1.0, -0.5, 0.0, 0.5, 1.0], ax = ax)\n",
"cbar.set_label('DeepTDA CV',fontsize=10)\n",
"\n",
"# labels\n",
Expand Down Expand Up @@ -478,7 +478,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.10"
"version": "3.10.8"
},
"orig_nbformat": 4,
"vscode": {
Expand Down

0 comments on commit 8f912d8

Please sign in to comment.