{"id":19840933,"url":"https://github.com/torvaney/chainplot","last_synced_at":"2026-04-16T01:31:09.957Z","repository":{"id":133824058,"uuid":"69179923","full_name":"Torvaney/chainplot","owner":"Torvaney","description":"A(nother) rubbish wrapper for matplotlib","archived":false,"fork":false,"pushed_at":"2016-12-05T18:54:07.000Z","size":535,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-29T21:45:47.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Torvaney.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-09-25T17:39:09.000Z","updated_at":"2017-03-06T12:43:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"351af680-2328-49c9-9d4b-e3e22e4680fa","html_url":"https://github.com/Torvaney/chainplot","commit_stats":{"total_commits":116,"total_committers":3,"mean_commits":"38.666666666666664","dds":"0.10344827586206895","last_synced_commit":"02402ac1e9752fc519b8227d102ee5da25f107fc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Fchainplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Fchainplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Fchainplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Torvaney%2Fchainplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Torvaney","download_url":"https://codeload.github.com/Torvaney/chainplot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241210222,"owners_count":19927808,"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":[],"created_at":"2024-11-12T12:28:46.754Z","updated_at":"2026-04-16T01:31:09.810Z","avatar_url":"https://github.com/Torvaney.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chainplot\nEasy plotting via method chaining in python (yet another matplotlib wrapper)\n\nApi ~~stolen~~ inspired by ggplot2 (and some of pandas)\n\n## Example:\n```python\nimport pandas as pd\nfrom chainplot import Plot\n\ndata = pd.read_csv('https://vincentarelbundock.github.io/Rdatasets/csv/datasets/iris.csv')\n\n(Plot(data)\n .map(x='Sepal.Length', y='Petal.Length', by='Species')\n .layer_points())\n```\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorvaney%2Fchainplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftorvaney%2Fchainplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftorvaney%2Fchainplot/lists"}