Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kivy-garden/matplotlib
Matplotlib backends using kivy (migration a WIP)
https://github.com/kivy-garden/matplotlib
Last synced: about 1 month ago
JSON representation
Matplotlib backends using kivy (migration a WIP)
- Host: GitHub
- URL: https://github.com/kivy-garden/matplotlib
- Owner: kivy-garden
- License: mit
- Created: 2023-09-22T16:54:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-23T11:35:29.000Z (8 months ago)
- Last Synced: 2024-05-11T10:32:13.702Z (8 months ago)
- Language: Python
- Homepage:
- Size: 2.69 MB
- Stars: 2
- Watchers: 9
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
kivy-garden Matplotlib flower
========================[![Github Build Status](https://github.com/kivy-garden/matplotlib/workflows/Garden%20flower/badge.svg)](https://github.com/kivy-garden/matplotlib/actions)
A kivy garden flower providing a matplotlib widget.
See https://kivy-garden.github.io/matplotlib/ for the rendered flower docs.
Please see the garden [instructions](https://kivy-garden.github.io) for how to use kivy garden flowers.
CI
--Every push or pull request run the [GitHub Action](https://github.com/kivy-garden/matplotlib/actions) CI.
It tests the code on various OS and also generates wheels that can be released on PyPI upon a
tag. Docs are also generated and uploaded to the repo as well as artifacts of the CI.Contributing
--------------Check out our [contribution guide](CONTRIBUTING.md) and feel free to improve the flower.
License
---------This software is released under the terms of the MIT License.
Please see the [LICENSE.txt](LICENSE.txt) file.How to release
===============See the garden [instructions](https://kivy-garden.github.io/#makingareleaseforyourflower) for how to make a new release.