Figure Friday 2025 - week 3

One can learn a lot from your code, @JuanG . Thank you for sharing.

I see you create your histograms twice: once at the top, globally and once in the final callback.
Could you reduce the amount of code by creating the histograms only inside the callback, changing pervent_initial_call=False?

1 Like