Button triggers function which triggers plot update

If you would rather just use widgets. Then take a look at the `Button" reference guide Button — Panel 0.11.3 documentation.

You just need to specify a function to the the Button.on_click method. Then the function specified can use the values from the other widgets.

2 Likes