Slider: can valmax be updated?

Hi all,

I’m using a matplotlib.widgets.Slider on my animated figure. Sometime, I want to refresh the maximum value of the slider (since new values to plot were generated).

Is it possible to update the “valmax” value of the slider? If not, is it possible to delete the slider and create a new one?

Thanx!