v0.6.0 support for go.FigureWidget
What's Changed
Dynamically adjusting raw data π§
The hf_data
property now allows adjusting the hf_traces
their data; documentation π
fig.hf_data[-1]["y"] = - sin ** 2
FigureWidget support π
plotly-resampler
can now wrap plotly's FigureWidget graph-object with the FigureWidgetResampler (see #47).
This has several advantages
- βοΈ Able to use the
on_click
callback and thus create annotation app ππΌ see this example notebook. - βοΈ No web-application with dash callbacks need to be started
You can just seamlessly use plolty-resampler within your jupyter environment, remote or local.