Skip to content

v0.16.0

Latest

Choose a tag to compare

@mp-007 mp-007 released this 17 Oct 20:41
· 3 commits to main since this release

Important

  • minimum kivy requirement is now 2.3.0 (use boxshadow on some hovers)

Improvements

  • add pick_minimum_radius and pick_radius_axis option in MatplotFigure, MatplotFigureScatter, MatplotFigureTwinx and MatplotFigureSubplot
  • add PlotlyHover on hover_widget.py (add some improvement in position)
  • improve span selector with new attribute: stay_in_axis_limit and dynamic_callback
  • improve rectangle selector with new attribute: dynamic_callback
  • remove annoying font_manager log from matplotlib (apply when use a widget from kivy_matplotlib_widget)
  • add more input in interactive converter functions

Fix

  • fix hover not update during pan and x=0.0 or y=0.0 ec71046
  • fix datetime issue with MatplotFigure and hover eefd22a
  • fix self.axes error when use selector without set_lines or set_collections in python dbbf49f

New Features, widgets and examples

  • add HighChartHover + example
  • new highlight feature + example
  • add new BoxShadowCompareHover
  • add range slider example
  • add zoom window example