Python library to make plotting simpler for data scientists
Project description
Chartify is a Python library that makes it easy for data scientists to create charts.
Why use Chartify?
Consistent input data format: Spend less time transforming data to get your charts to work. All plotting functions use a consistent tidy input data format.
Smart default styles: Create pretty charts with very little customization required.
Simple API: We’ve attempted to make to the API as intuitive and easy to learn as possible.
Flexibility: Chartify is built on top of Bokeh, so if you do need more control you can always fall back on Bokeh’s API.
Examples
Installation
Chartify can be installed via pip:
pip3 install chartify
- Install chromedriver requirement (Optional. Needed for PNG output):
Install google chrome.
Download the appropriate version of chromedriver for your OS here.
- Copy the executable file to a directory within your PATH.
View directorys in your PATH variable: echo $PATH
Copy chromedriver to the appropriate directory, e.g.: cp chromedriver /usr/local/bin
Getting started
This tutorial notebook is the best place to get started with a guided tour of the core concepts of Chartify.
From there, check out the example notebook for a list of all the available plots.
Getting support
Join #chartify on spotify-foss.slack.com (Get an invite)
Use the chartify tag on StackOverflow.
Code of Conduct
This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.
Contributing
History
2.3.5 (2018-11-21)
Improvements:
Updated docstrings (Thanks @gregorybchris @ItsPugle!)
Added SVG output options to Chart.show() and Chart.save() (Thanks for the suggestion @jdmendoza!)
Bugfixes:
Fixed bug that caused source label to overlap with xaxis labels.
Fixed bug that prevented x axis orientation changes with datetime axes (Thanks for finding @simonwongwong!)
Fixed bug that caused subtitle to disappear with outside_top legend location (Thanks for finding @simonwongwong!)
Line segment callout properties will work correctly. (Thanks @gregorybchris!)
2.3.4 (2018-11-13)
Updated Bokeh version requirements to support 1.0
2.3.3 (2018-10-24)
Removed upper bound of Pillow dependency.
2.3.2 (2018-10-18)
Stacked bar and area order now matches default vertical legend order.
Added method for shifting color palettes.
Added scatter plots with a single categorical axis.
Fixed bug with text_stacked that occurred with multiple categorical levels.
2.3.1 (2018-09-27)
Fix scatter plot bug that can occur due to nested data types.
2.3.0 (2018-09-26)
Added hexbin plot type.
More control over grouped axis label orientation.
Added alpha control to scatter, line, and parallel plots.
Added control over marker style to scatter plot.
Added ability to create custom color palettes.
Changed default accent color.
Visual tweaks to lollipop plot.
Bar plots with a few number of series will have better widths.
2.2.0 (2018-09-17)
First release on PyPI.
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
Built Distribution
File details
Details for the file chartify-2.3.5.tar.gz
.
File metadata
- Download URL: chartify-2.3.5.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.3.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f4c47c3ceba83e4722eb1b9ec8499609ff7989f3e58245ca9683df6a9204b35 |
|
MD5 | 9fd38d9e221e4332afafb593b2942ac3 |
|
BLAKE2b-256 | 1e86a3c3896f70d6493706affc111a7676fb5095035eb8b114cba38b9d5bcdc8 |
File details
Details for the file chartify-2.3.5-py2.py3-none-any.whl
.
File metadata
- Download URL: chartify-2.3.5-py2.py3-none-any.whl
- Upload date:
- Size: 43.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.3.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 33b56fab7d7b578e7b52eeaf29f851cd13cebe0e6d6cd8df6fa63380ed344d49 |
|
MD5 | 56ea3bc3b57fd441c448f805fbf1716f |
|
BLAKE2b-256 | 8d4d86e2e97c3ce195ee9620cd4002edbd33df3e262fe16ab29a84a7cb5eed43 |