{"id":16118526,"url":"https://github.com/duskmoon314/gongbi","last_synced_at":"2025-08-20T22:48:50.732Z","repository":{"id":251378938,"uuid":"836718028","full_name":"duskmoon314/gongbi","owner":"duskmoon314","description":"Gongbi (工笔) is a data visualization crate inspired by ggplot2","archived":false,"fork":false,"pushed_at":"2025-03-31T17:20:57.000Z","size":160,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main-old","last_synced_at":"2025-04-06T09:48:46.269Z","etag":null,"topics":["data-visualization","grammar-of-graphics","rust"],"latest_commit_sha":null,"homepage":"https://duskmoon314.github.io/gongbi/","language":"Rust","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/duskmoon314.png","metadata":{"files":{"readme":null,"changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-01T12:15:28.000Z","updated_at":"2025-03-20T02:40:21.000Z","dependencies_parsed_at":"2024-12-28T14:18:06.137Z","dependency_job_id":"771a6bab-1d36-49da-8c1a-8422768ed124","html_url":"https://github.com/duskmoon314/gongbi","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"d41207c1eb3bd56f95f59d07a48e384acd1508f6"},"previous_names":["duskmoon314/gongbi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duskmoon314/gongbi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duskmoon314%2Fgongbi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duskmoon314%2Fgongbi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duskmoon314%2Fgongbi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duskmoon314%2Fgongbi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duskmoon314","download_url":"https://codeload.github.com/duskmoon314/gongbi/tar.gz/refs/heads/main-old","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duskmoon314%2Fgongbi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263922513,"owners_count":23530338,"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":["data-visualization","grammar-of-graphics","rust"],"created_at":"2024-10-09T20:49:48.712Z","updated_at":"2025-07-06T15:06:49.853Z","avatar_url":"https://github.com/duskmoon314.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gongbi (工笔)\n\nA data visualization crate based on plotters\n\n## Usage\n\n```rust\nlet mpg = CsvReadOptions::default()\n    .with_has_header(true)\n    .try_into_reader_with_file_path(Some(\"examples/mpg.csv\".into()))?\n    .finish()?;\n\nlet plot = plot!(mpg, aes!(\"displ\", \"hwy\"), save = \"gongbi.svg\")\n    + geom_point!()\n    + labs!(caption = \"Demo of geom_point\");\n\nplot.draw()?;\n```\n\n![example scatters of mpg](gongbi.svg)\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Note\n\n- `mpg.csv` is copied from [ggplot2](https://github.com/tidyverse/ggplot2) package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduskmoon314%2Fgongbi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduskmoon314%2Fgongbi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduskmoon314%2Fgongbi/lists"}