Releases: predict-idlab/plotly-resampler
Releases · predict-idlab/plotly-resampler
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.