Skip to content

Releases: predict-idlab/plotly-resampler

v0.6.0 support for go.FigureWidget

06 May 13:54
Compare
Choose a tag to compare

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

  1. ✔️ Able to use the on_click callback and thus create annotation app 👉🏼 see this example notebook.
  2. ✔️ No web-application with dash callbacks need to be started

You can just seamlessly use plolty-resampler within your jupyter environment, remote or local.