hiperwalk/hiperwalk

Add `show` parameter to `plot_success_probability()`

Open

#49 aperta il 22 ott 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Jupyter Notebook (8 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (12 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

The plot_probability_distribution() function has a show parameter that controls whether the plot is displayed or not. This parameter is useful for generating and saving multiples figures without requiring the user to manually close each displayed figure. The task is to add the show parameter to the plot_success_probability() function with a similar behavior.

Guida contributor