hiperwalk/hiperwalk
Vedi su GitHubAdd `show` parameter to `plot_success_probability()`
Open
#49 aperta il 22 ott 2024
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.