{"id":17319494,"url":"https://github.com/siegelord/rustgnuplot","last_synced_at":"2025-05-14T11:09:17.085Z","repository":{"id":387206,"uuid":"10575613","full_name":"SiegeLord/RustGnuplot","owner":"SiegeLord","description":"A Rust library for drawing plots, powered by Gnuplot.","archived":false,"fork":false,"pushed_at":"2025-04-20T09:44:30.000Z","size":10858,"stargazers_count":420,"open_issues_count":29,"forks_count":47,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-20T09:56:08.579Z","etag":null,"topics":["gnuplot","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SiegeLord.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","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":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-06-08T23:27:46.000Z","updated_at":"2025-04-20T09:44:34.000Z","dependencies_parsed_at":"2023-07-05T14:45:09.732Z","dependency_job_id":"d4155cc7-f154-463b-a92f-f45d42020eb1","html_url":"https://github.com/SiegeLord/RustGnuplot","commit_stats":{"total_commits":398,"total_committers":24,"mean_commits":"16.583333333333332","dds":0.5326633165829145,"last_synced_commit":"bfb337c02bc6b93ff6849e9efd9ff762babfe43d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiegeLord%2FRustGnuplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiegeLord%2FRustGnuplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiegeLord%2FRustGnuplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SiegeLord%2FRustGnuplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SiegeLord","download_url":"https://codeload.github.com/SiegeLord/RustGnuplot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254129489,"owners_count":22019628,"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":["gnuplot","rust"],"created_at":"2024-10-15T13:25:20.845Z","updated_at":"2025-05-14T11:09:17.043Z","avatar_url":"https://github.com/SiegeLord.png","language":"Rust","readme":"# RustGnuplot\n\nA Gnuplot controller written in Rust.\n\n![Build Status](https://github.com/SiegeLord/RustGnuplot/actions/workflows/continuous-integration.yml/badge.svg)\n[![](https://img.shields.io/crates/v/gnuplot.svg)](https://crates.io/crates/gnuplot)\n\n## Documentation\n\nOn [docs.rs](https://docs.rs/gnuplot/latest/gnuplot/)\n\n## Examples\n\nA simple example:\n\n```rust\nlet mut fg = Figure::new();\nfg.axes2d()\n\t.set_title(\"A plot\", \u0026[])\n\t.set_legend(Graph(0.5), Graph(0.9), \u0026[], \u0026[])\n\t.set_x_label(\"x\", \u0026[])\n\t.set_y_label(\"y^2\", \u0026[])\n\t.lines(\n\t\t\u0026[-3., -2., -1., 0., 1., 2., 3.],\n\t\t\u0026[9., 4., 1., 0., 1., 4., 9.],\n\t\t\u0026[Caption(\"Parabola\")],\n\t);\nfg.show().unwrap();\n```\n\n![Simple example plot](doc/fg.readme_example.png)\n\nA somewhat involved 2D example (see `example1.rs` in the `examples` directory):\n\n![Complicated example plot](doc/fg1.1.png)\n\n## Features\n\n* Simple 2D plots\n\t* lines\n\t* points\n\t* points + lines\n\t* error bars\n\t* ...and more!\n* Simple 3D plots\n\t* surface plots\n\t* heatmaps\n\t* contours\n\n## Building\n\n### Via Cargo\n\n```\ncargo build\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiegelord%2Frustgnuplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiegelord%2Frustgnuplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiegelord%2Frustgnuplot/lists"}