Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haikokrais/twoplotswidget
Simple Kivy Widget showing two Matplotlib datetime plots with a shared x-axis
https://github.com/haikokrais/twoplotswidget
humidity kivy-widget matplotlib-pyplot python temperature
Last synced: about 1 month ago
JSON representation
Simple Kivy Widget showing two Matplotlib datetime plots with a shared x-axis
- Host: GitHub
- URL: https://github.com/haikokrais/twoplotswidget
- Owner: HaikoKrais
- License: mit
- Created: 2020-04-25T13:32:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T20:24:59.000Z (about 1 year ago)
- Last Synced: 2024-10-15T06:41:16.547Z (3 months ago)
- Topics: humidity, kivy-widget, matplotlib-pyplot, python, temperature
- Language: Python
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwoPlotsWidget
Simple Kivy Widget showing two Matplotlib datetime plots with a shared x-axis![Screenshot](https://github.com/HaikoKrais/TwoPlotsWidget/blob/master/screenshot.png)
The simple App uses the Kivy GUI and the Matplotlib Backend to visualize two Plots wrapped as a reusable Kivy Widget.
The plots can be modified just like every other Matplotlib plot can. The background, line colors and scaling can be adapted.
For mor info see my blog article about this widget: http://kraisnet.de/index.php/gebaeudedaten-erfassen-und-mit-kivy-visualisieren-2/23-matplotlib-widget-in-kivy-mit-zwei-plots-erstellen## Dependencies
* kivy.deps.sdl2==0.1.18
* matplotlib==3.0.2
* kivy==1.11.1Please note that parts of the dependencies might be published under separate licences. Please credit them appropriately and distribute their licences if you are distributing packages including these dependencies
## Sources
https://matplotlib.org/
https://kivy.org/#home