A Matplotlib chart widget for Toga.
This widget is still in development. We welcome your contributions and feedback!
To get started using Toga Chart, run the following:
$ git clone https://github.com/beeware/toga-chart $ cd toga-chart $ python3 -m venv venv $ source venv/bin/activate (venv) $ pip install -e . (venv) $ cd examples (venv) $ python -m chart
Documentation for Toga Chart can be found on Read The Docs.
Toga Chart is a widget for Toga, which is part of the BeeWare suite. You can talk to the community through:
We foster a welcoming and respectful community as described in our BeeWare Community Code of Conduct.
If you experience problems with Toga Chart, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.