{"id":15015483,"url":"https://github.com/mp-007/kivy_matplotlib_widget","last_synced_at":"2025-04-06T18:14:18.250Z","repository":{"id":41969419,"uuid":"432341498","full_name":"mp-007/kivy_matplotlib_widget","owner":"mp-007","description":"A fast matplotlib rendering for Kivy based on Kivy_matplotlib project and kivy scatter. Matplotlib used 'agg' backend","archived":false,"fork":false,"pushed_at":"2025-03-24T23:42:45.000Z","size":3506,"stargazers_count":41,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T17:08:38.003Z","etag":null,"topics":["interactive","kivy","matplotlib"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mp-007.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-27T01:35:20.000Z","updated_at":"2025-03-24T23:42:49.000Z","dependencies_parsed_at":"2023-11-20T20:28:59.071Z","dependency_job_id":"f824abf2-e21c-417e-bdac-0c059fc2cc2e","html_url":"https://github.com/mp-007/kivy_matplotlib_widget","commit_stats":{"total_commits":230,"total_committers":3,"mean_commits":76.66666666666667,"dds":"0.021739130434782594","last_synced_commit":"66b92d44ae51616ee197b871ccd07ac14b482e3c"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mp-007%2Fkivy_matplotlib_widget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mp-007%2Fkivy_matplotlib_widget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mp-007%2Fkivy_matplotlib_widget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mp-007%2Fkivy_matplotlib_widget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mp-007","download_url":"https://codeload.github.com/mp-007/kivy_matplotlib_widget/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526762,"owners_count":20953143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["interactive","kivy","matplotlib"],"created_at":"2024-09-24T19:47:31.854Z","updated_at":"2025-04-06T18:14:18.217Z","avatar_url":"https://github.com/mp-007.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kivy_matplotlib_widget\nA 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\n\n# Documentation\nSee documentation at https://mp-007.github.io/kivy_matplotlib_widget/\n  \n# How to use\ninstall with pip install (just import module in your header to register all the widgets in your kivy Factory: import kivy_matplotlib_widget)\n```\npip install kivy-matplotlib-widget\n```\nYou can also copy the needed widget in project\n\nSee examples for more informations\n\n# Available tool\nconvert any matplotlib 2D figure into kivy interactive graph with only 2 lines in your ipython console\n```\nfrom kivy_matplotlib_widget.tools.interactive_converter import interactive_graph_ipython\n\ninteractive_graph_ipython(fig) #fig is your matplotlib figure instance\n```\nSee interactive_converter folder in the examples for more details.\n\n# key features\n - zoom with 2 fingers or mouse scroll\n - pan with 1 finger or mouse left click\n - zoom box like plotly library\n - reset axis on double-click (home button)\n - fast rendering mode (axis not updated for faster draw)\n - use only 2 packages (kivy + matplotlib) and no additional backend\n - matplotlib cursor and kivy hover option (touch or desktop mode)\n - legend widget like plotly library\n - interactive axis like plotly library\n - min/max touch option to easily change axis limit\n - autoscale option\n - several selectors widget (rectangle, lasso, ellipse and span)\n - 3D graph with cursor, figure pan and figure zoom\n - copy figure to clipboard\n\n![image](https://github.com/mp-007/kivy_matplotlib_widget/assets/19823482/7709886e-0891-4fb7-a95d-eee790a6c57c)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmp-007%2Fkivy_matplotlib_widget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmp-007%2Fkivy_matplotlib_widget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmp-007%2Fkivy_matplotlib_widget/lists"}