Skip to content

v0.6.0 support for go.FigureWidget

Compare
Choose a tag to compare
@jonasvdd jonasvdd released this 06 May 13:54
· 400 commits to main since this release

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.