Chartify

Python library that makes it easy for data scientists to create charts.
Alternatives To Chartify
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Ai Expert Roadmap24,033
a month ago13mitJavaScript
Roadmap to becoming an Artificial Intelligence Expert in 2022
Excelize14,675186a day ago177August 20, 2022103bsd-3-clauseGo
Go language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
Roughviz6,18334a year ago7March 28, 202026mitJavaScript
Reusable JavaScript library for creating sketchy/hand-drawn styled charts in the browser.
Chartify3,304
54 days ago16November 02, 202048apache-2.0Python
Python library that makes it easy for data scientists to create charts.
Tablesaw3,18714163 days ago78April 02, 2022116apache-2.0Java
Java dataframe and visualization library
Matplotplusplus3,082
a month ago1March 03, 202130mitC++
Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
Ml Glossary2,710
2 months ago19mitPython
Machine learning glossary
Just Dashboard1,489312 years ago29July 13, 201949mitJavaScript
:bar_chart: :clipboard: Dashboards using YAML or JSON files
Kneed5708339 days ago22August 13, 20209bsd-3-clausePython
Knee point detection in Python :chart_with_upwards_trend:
Flyfish524
a day ago17gpl-3.0JavaScript
FlyFish is a data visualization coding platform. We can create a data model quickly in a simple way, and quickly generate a set of data visualization solutions by dragging.
Alternatives To Chartify
Select To Compare


Alternative Project Comparisons
Readme

Chartify

status release python CI

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 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

https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify1.png https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify2.png https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify3.png https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify4.png https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify5.png https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify6.png

See this notebook for more examples!.

Installation

  1. Chartify can be installed via pip:

pip3 install chartify

  1. 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.

Docs

Documentation available on chartify.readthedocs.io

Getting support

Join #chartify on spotify-foss.slack.com (Get an invite)

Use the chartify tag on StackOverflow.

Resources

Code of Conduct

This project adheres to the Open Code of Conduct. By participating, you are expected to honor this code.

Contributing

See the contributing docs.

Popular Chart Projects
Popular Data Science Projects
Popular User Interface Components Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Visualization
Chart
Data Science
Plot
Plotting
Chromedriver