Skip to main content

A Matplotlib interactive widget for kivy

Project description

kivy_matplotlib_widget

A fast matplotlib rendering for Kivy based on Kivy_matplotlib project (https://github.com/jeysonmc/kivy_matplotlib) and kivy scatter. Hover option is also based on the algorithm from mplcursors project (https://github.com/anntzer/mplcursors). Matplotlib used 'agg' backend

How to use

install with pip install (just import module in your header to register all the widgets in your kivy Factory: import kivy_matplotlib_widget)

pip install kivy-matplotlib-widget

You can also copy the needed widget in project

See examples for more informations

Available tool

convert any matplotlib figure into kivy interactive graph with only 2 lines in your ipython console

from kivy_matplotlib_widget.tools.interactive_converter import interactive_graph_ipython

interactive_graph_ipython(fig) #fig is your matplotlib figure instance

See interactive_converter folder in the examples for more details.

key features

  • zoom with 2 fingers or mouse scroll
  • pan with 1 finger or mouse left click
  • zoom box like plotly library
  • reset axis on double-click (home button)
  • fast rendering mode (axis not updated for faster draw)
  • use only 1 package (matplotlib) and no additional backend
  • cursor and hover option (touch or desktop mode)
  • legend widget like plotly library
  • interactive axis like plotly library
  • min/max touch option to easily change axis limit
  • autoscale option

image

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kivy_matplotlib_widget-0.12.4.tar.gz (206.2 kB view details)

Uploaded Source

File details

Details for the file kivy_matplotlib_widget-0.12.4.tar.gz.

File metadata

File hashes

Hashes for kivy_matplotlib_widget-0.12.4.tar.gz
Algorithm Hash digest
SHA256 749075585d6596d040aad6e73a66b13ec6f53189bdb87eb62ab7fa95ae505048
MD5 766c31435512791109353399fd9cf084
BLAKE2b-256 f047e8a6c8982eb01884570a234e3f0dc3303f5265759b8006abae8047279ac9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page