Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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