Skip to content

Commit

Permalink
Merge pull request #92 from luigibonati/fix_notebooks_axes
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
luigibonati authored Oct 24, 2023
2 parents e356f24 + 8f912d8 commit 51d1f66
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 51d1f66

Please sign in to comment.