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: 4 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T20:24:59.000Z (over 2 years ago)
- Last Synced: 2025-02-03T17:53:06.917Z (over 1 year 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

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.1
Please 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