Skip to content

Commit

Permalink
Merge pull request #63 from pitmonticone/add-plt.show()
Browse files Browse the repository at this point in the history
[REVIEW]: Display plot in tutorial `plot_sim_red_syn.py`
  • Loading branch information
EtienneCmb authored Oct 29, 2024
2 parents 996b933 + bf0822f commit 0e55387
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/tutorials/plot_sim_red_syn.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,3 +343,4 @@ def compute_hoi_enc(x, y):
plt.xlabel("Times")
plt.ylabel("Oinfo [bits]")
plt.title("Dynamic HOI", fontweight="bold")
plt.show()

0 comments on commit 0e55387

Please sign in to comment.