Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@kushalkolar kushalkolar released this 27 May 23:57
· 7 commits to main since this release
124d79e

New

  • Tooltips! figure = Figure(show_tooltips=True) will autogenerate tooltips that display the graphic's data at the current mouse pointer position. For customization see the examples gallery.
  • Graphic is now public and available as a top level import, useful for typing and subclassing. fastplotlib.Graphic.
  • All GraphicFeatures are now public and available under the fastplotlib.graphics.features namespace. Useful for typing and subclassing for advanced use cases.
  • GraphicFeatureEvent is now public and also available as a top level import, i.e. fastplotlib.GraphicFeatureEvent, since this can be frequently used for typing in event callback functions.
  • Faster array subsampling that takes into account the relative dimensions of the input array, now used for quick_min_max(). Thanks @FlynnOConnell !
  • Infinite line material from pygfx gives us a much nicer LinearSelector!

What's Changed

Full Changelog: v0.4.0...v0.5.0