Skip to content

beeware/toga-chart

logo

Toga Chart

Python Versions Project version Project status BSD License Build Status Discord server

A Matplotlib chart widget for Toga.

Quickstart

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

Documentation for Toga Chart can be found on Read The Docs.

Community

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.

Contributing

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.