Skip to content

v0.13.0

Compare
Choose a tag to compare
@flekschas flekschas released this 04 Apr 18:48
· 130 commits to main since this release
v0.13.0
2f0da1b

Changes

  • Add ability to specify titles when composing multiple scatter plots by passing tuples of (Scatter, title) to compose() or link()
  • Fix: Add docstrings to compose() and link()
  • Fix: Optimize height of the legend
  • Fix: Check if axes are enabled before updating them when the x or y scale changes
  • Fix: Merge point selections on SHIFT instead of activating the lasso as SHIFT interferes with Jupyter Lab
  • Fix: Allow to call scatter.zoomTo() with the same points multiple times
  • Fix: Unfilter when calling scatter.filter(None)
  • Fix: Properly listen to changes when setting custom regl-scatterplot options via scatter.options()