simple charting stuff
Project description
My own easy charting library wrapping around matplotlib
"I want to create a grouped bar chart, using region
as the series, animal
as the x val, amount
as the y val"
Bar(data=(df, x='animal', y='amount', c='region')
canvas={'width': 600, 'height': 300})
$ tought bar ./tests/fixtures/ezbar.csv -o /tmp/mychart.png
TODOS
2024-09-12
-
write tests for CLI
-
handle multi-series charts
- grouped bar chart
-
create default stylesheets
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
grafte-0.0.1.tar.gz
(6.3 kB
view hashes)
Built Distribution
grafte-0.0.1-py3-none-any.whl
(5.9 kB
view hashes)