Scatter plot using Plotly
This example shows how to use Plotly to create a scatter plot and a slider to do some filtering.
Inspired by the dash documentation.
Note
Solara supports plotly and plotly express. Create your figure (not a figure widget) and pass it to the FigurePlotly component.