{"id":13422092,"url":"https://github.com/spotify/chartify","last_synced_at":"2025-05-14T01:07:12.261Z","repository":{"id":44329138,"uuid":"149135719","full_name":"spotify/chartify","owner":"spotify","description":"Python library that makes it easy for data scientists to create charts.","archived":false,"fork":false,"pushed_at":"2024-10-16T14:47:17.000Z","size":23508,"stargazers_count":3579,"open_issues_count":52,"forks_count":333,"subscribers_count":88,"default_branch":"master","last_synced_at":"2025-04-23T17:18:08.821Z","etag":null,"topics":["bokeh","data-science","plots","plotting","python","visualization"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spotify.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-17T14:12:05.000Z","updated_at":"2025-04-19T15:15:29.000Z","dependencies_parsed_at":"2023-01-30T20:30:56.042Z","dependency_job_id":"f812834b-e1df-48ff-9c84-9c4b8eb6eedc","html_url":"https://github.com/spotify/chartify","commit_stats":{"total_commits":170,"total_committers":27,"mean_commits":6.296296296296297,"dds":0.5352941176470588,"last_synced_commit":"cb401e019fb7625a0f301e572db385c13bf61c0f"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fchartify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fchartify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fchartify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spotify%2Fchartify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spotify","download_url":"https://codeload.github.com/spotify/chartify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250477820,"owners_count":21437049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bokeh","data-science","plots","plotting","python","visualization"],"created_at":"2024-07-30T23:00:36.757Z","updated_at":"2025-04-23T17:18:16.352Z","avatar_url":"https://github.com/spotify.png","language":"Python","funding_links":[],"categories":["Data Visualization","Multimedia","Python","数据可视化","Python 程序","Python tools","High-Level"],"sub_categories":["General Purposes","Image and pictures","网络服务_其他","Misc"],"readme":"Chartify\n========\n\n![Status](https://img.shields.io/badge/Status-Beta-blue.svg)\n![Latest release](https://img.shields.io/badge/Release-5.0.1-blue.svg \"Latest release: 5.0.1\")\n![python](https://img.shields.io/badge/Python-3.9-blue.svg \"Python 3.9\")\n![python](https://img.shields.io/badge/Python-3.10-blue.svg \"Python 3.10\")\n![python](https://img.shields.io/badge/Python-3.11-blue.svg \"Python 3.11\")\n![CI](https://github.com/spotify/chartify/workflows/Tox/badge.svg \"Tox\")\n\nChartify is a Python library that makes it easy for data scientists to create charts.\n\nWhy use Chartify?\n-----------------\n\n- 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.\n- Smart default styles: Create pretty charts with very little customization required.\n- Simple API: We've attempted to make the API as intuitive and easy to learn as possible.\n- Flexibility: Chartify is built on top of [Bokeh](http://bokeh.pydata.org/en/latest/), so if you do need more control you can always fall back on Bokeh's API.\n\nExamples\n--------\n\n![](https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify1.png)\n![](https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify2.png)\n![](https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify3.png)\n![](https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify4.png)\n![](https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify5.png)\n![](https://raw.githubusercontent.com/spotify/chartify/master/docs/_static/chartify6.png)\n\n[See this notebook for more examples!](\u003c/examples/Examples.ipynb\u003e).\n\nInstallation\n------------\n\n1. Chartify can be installed via pip:\n\n`pip3 install chartify`\n\n2. Install chromedriver requirement (Optional. Needed for PNG output):\n    - Install google chrome.\n    - Download the appropriate version of chromedriver for your OS [here](https://sites.google.com/chromium.org/driver/).\n    - Copy the executable file to a directory within your PATH.\n\t- View directorys in your PATH variable: `echo $PATH`\n\t- Copy chromedriver to the appropriate directory, e.g.: `cp chromedriver /usr/local/bin`\n\nGetting started\n---------------\n\nThis [tutorial notebook](https://github.com/spotify/chartify/blob/master/examples/Chartify%20Tutorial.ipynb) is the best place to get started with a guided tour of the core concepts of Chartify.\n\nFrom there, check out the [example notebook](https://github.com/spotify/chartify/blob/master/examples/Examples.ipynb) for a list of all the available plots.\n\nDocs\n---------------\n\nDocumentation available on [chartify.readthedocs.io](https://chartify.readthedocs.io/en/latest/).\n\nGetting support\n---------------\n\nUse the [chartify tag on StackOverflow](https://stackoverflow.com/questions/tagged/chartify).\n\nCode of Conduct\n---------------\n\nThis project adheres to the [Open Code of Conduct](https://github.com/spotify/code-of-conduct/blob/master/code-of-conduct.md). By participating, you are expected to honor this code.\n\nContributing\n------------\n\n[See the contributing docs](https://github.com/spotify/chartify/blob/master/CONTRIBUTING.rst).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotify%2Fchartify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspotify%2Fchartify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspotify%2Fchartify/lists"}