agate-charts 0.1.2#

Build status Coverage status PyPI downloads Version License Support Python versions

agate-charts adds exploratory charting support to agate.

Important links:

Why agate-charts?#

  • A clean, readable API.

  • Automatically infers good defaults from your data.

  • Far simpler than using matplotlib directly.

  • Code, chart, code, chart. No context switching.

  • It makes this with one line of code:

_images/line_chart_complex_multiples.png

Install#

To install:

pip install agate-charts

For details on development or supported platforms see the agate documentation.

Table of contents#

Authors#

The following individuals have contributed code to agate-stats:

Changelog#

0.1.2 - February 23, 2024#

  • Add Python 3.12 support.

  • Drop Python 3.7 support (end-of-life was June 27, 2023).

0.1.1 - October 4, 2023#

  • Update to recent agate, matplotlib and Python versions.

0.1.0 - September 23, 2015#

  • Use agate 0.10.0 extension API.

  • TableSet.bar_chart

  • TableSet.scatter_chart

  • TableSet.column_chart

  • TableSet.line_chart

  • Table.bar_chart

  • Table.scatter_chart

  • Table.column_chart

  • Table.line_chart

License#

The MIT License

Copyright (c) 2015 Christopher Groskopf and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Indices and tables#