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 toga -e .
(venv) $ cd examples
(venv) $ python -m chart

Alternatively, you can run the project through Briefcase. If you want to run the example application on iOS or Android, this is the approach you'll have to use. To run the project with Briefcase, run:

$ git clone https://github.com/beeware/toga-chart
$ cd toga-chart
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install briefcase
(venv) $ cd examples
(venv) $ briefcase run

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.

About

A matplotlib charting widget for Toga.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors 14

Languages