Concept Flow - Widget-based interactions (sliders, buttons)
Start plot with data
Create slider widget
Create button widget
User moves slider or clicks button
Event triggers callback function
Update plot based on input
Redraw plot with new data
Wait for next user interaction
The plot is created with interactive widgets. User actions trigger callbacks that update the plot dynamically.