Skip to content

Commit

Permalink
Merge pull request #66 from pitmonticone/add-pltshow-plot_syn_red_mmi
Browse files Browse the repository at this point in the history
[REVIEW]: Display plot in tutorial `plot_syn_red_mmi.py`
  • Loading branch information
EtienneCmb authored Oct 29, 2024
2 parents 0e55387 + 275300e commit ddadde8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/metrics/plot_syn_red_mmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@
plt_kwargs=dict(cmap="turbo"),
)

plt.show()

# %%
# Plotting synergy

Expand All @@ -211,3 +213,5 @@
undersampling=False,
plt_kwargs=dict(cmap="turbo"),
)

plt.show()

0 comments on commit ddadde8

Please sign in to comment.