Kivy-matplotlib-widget

Latest version: v0.15.0

Safety actively analyzes 722460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.15.0

New tool
- New tool to copy an image (or any widget) to clipboard
For windows, linux (via xclip) and MacOS

from kivy_matplotlib_widget.tools.clipboard_tool import image2clipboard

0.14.2

Fix
- Fix wrong default background in MatplotFigure3DLayout.

0.14.1

Improvement
- Add new kivy navigation bar for 3D graph (set attribute nav_icon:'3D' in KivyMatplotNavToolbar widget)
- Change MatplotFigure3DLayout for a BoxLayout (was a ScreenManager widget) to easily manage the background color.
- Add double tap home.

0.14.0

New Feature
- New interactivity with 3D graph. MatplotFigure3D now handle matplotlib home, pan and zoom.

New widget
- New widget MatplotFigureLayout to handle cursor, figure pan and figure zoom (see main_advanced.py in example3_D folder).

0.13.1

Fix
- fix compatibility with matploltib 3.10 (cbook.Stack remplace by cbook._Stack)
- fix python 3.12 syntax
- fix graph with polar transformation

Improvement
-add converter for 3D graph (interactive_graph3D and interactive_graph3D_ipython functions)
-add pyproject.toml file

0.13.0

Improvement
- improve selection performance according to mplcursors pr 81 (https://github.com/anntzer/mplcursors/pull/81)
- fix rendering twice touch event. Pan/zoom should be twice faster now! Thanks to GvozdevLeonid for this one
- add xmin_line and xmax_line attributes to hover widgets to handle horizontal line cursor.

Fix
- Fix empty scatter in hover calculation.

New Feature and widgets
- New selectors widgets (see example https://github.com/mp-007/kivy_matplotlib_widget/tree/main/examples/example_all_selectors)
- New MatplotFigureCropFactor. This widget can reduce the figure dpi to make faster figure draw.
- New hover widget MatplotlibStyleHover (lookalike matplotlib cursor)

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.