Skip to main content

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


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)

Uploaded Source

Built Distribution

grafte-0.0.1-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page