https://github.com/beeware/toga-chart
A matplotlib charting widget for Toga.
https://github.com/beeware/toga-chart
Last synced: 11 months ago
JSON representation
A matplotlib charting widget for Toga.
- Host: GitHub
- URL: https://github.com/beeware/toga-chart
- Owner: beeware
- License: bsd-3-clause
- Created: 2018-08-29T01:52:23.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-29T20:36:44.000Z (12 months ago)
- Last Synced: 2025-07-03T03:03:30.626Z (12 months ago)
- Language: Python
- Homepage:
- Size: 546 KB
- Stars: 29
- Watchers: 12
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: changes/228.misc.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
.. |logo| image:: https://beeware.org/project/projects/libraries/toga/toga.png
:width: 72px
:target: https://beeware.org/toga
.. |pyversions| image:: https://img.shields.io/pypi/pyversions/toga-chart.svg
:target: https://pypi.python.org/pypi/toga-chart
:alt: Python Versions
.. |version| image:: https://img.shields.io/pypi/v/toga-chart.svg
:target: https://pypi.python.org/pypi/toga-chart
:alt: Project version
.. |maturity| image:: https://img.shields.io/pypi/status/toga-chart.svg
:target: https://pypi.python.org/pypi/toga-chart
:alt: Project status
.. |license| image:: https://img.shields.io/pypi/l/toga-chart.svg
:target: https://github.com/beeware/toga-chart/blob/main/LICENSE
:alt: BSD License
.. |ci| image:: https://github.com/beeware/toga-chart/workflows/CI/badge.svg?branch=main
:target: https://github.com/beeware/toga-chart/actions
:alt: Build Status
.. |social| image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic
:target: https://beeware.org/bee/chat/
:alt: Discord server
|logo|
Toga Chart
==========
|pyversions| |version| |maturity| |license| |ci| |social|
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:
* `@beeware@fosstodon.org on Mastodon `__
* `Discord `__
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 `__.