{"id":39702923,"url":"https://github.com/martinruenz/gnuplot-cpp","last_synced_at":"2026-01-18T10:29:19.897Z","repository":{"id":46296582,"uuid":"122548721","full_name":"martinruenz/gnuplot-cpp","owner":"martinruenz","description":"A trivial gnuplot interface for c++","archived":false,"fork":false,"pushed_at":"2022-08-15T16:13:51.000Z","size":36,"stargazers_count":68,"open_issues_count":5,"forks_count":24,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-10-20T21:39:34.317Z","etag":null,"topics":["cpp","gnuplot","header-only","plotting"],"latest_commit_sha":null,"homepage":"","language":"C++","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/martinruenz.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}},"created_at":"2018-02-22T23:38:12.000Z","updated_at":"2023-10-10T11:50:34.000Z","dependencies_parsed_at":"2022-09-16T03:40:38.351Z","dependency_job_id":null,"html_url":"https://github.com/martinruenz/gnuplot-cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/martinruenz/gnuplot-cpp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinruenz%2Fgnuplot-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinruenz%2Fgnuplot-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinruenz%2Fgnuplot-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinruenz%2Fgnuplot-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martinruenz","download_url":"https://codeload.github.com/martinruenz/gnuplot-cpp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martinruenz%2Fgnuplot-cpp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cpp","gnuplot","header-only","plotting"],"created_at":"2026-01-18T10:29:19.807Z","updated_at":"2026-01-18T10:29:19.886Z","avatar_url":"https://github.com/martinruenz.png","language":"C++","readme":"# gnuplot-cpp\n\nA trivial gnuplot interface for c++.\n\nThere are [many](https://github.com/search?l=C%2B%2B\u0026q=gnuplot\u0026type=Repositories\u0026utf8=%E2%9C%93) libraries providing the same solution, such as [gnuplot-iostream](https://github.com/dstahlke/gnuplot-iostream). _gnuplot-cpp_ aims at being lightweight and super easy to use. It functions by piping data to a gnuplot subprocess.\n\n## Features\n* Header only\n* Lightweight (~50 lines of code)\n* Easy to use\n\n## Example usage\n\n```c++\n#include \"gnuplot.h\"\n\nint main(){\n    GnuplotPipe gp;\n    gp.sendLine(\"plot [-pi/2:pi] cos(x),-(sin(x) \u003e sin(x+1) ? sin(x) : sin(x+1))\");\n    return 0;\n}\n```\n\nResult:\n\n![Example plot](example/example.jpg)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinruenz%2Fgnuplot-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinruenz%2Fgnuplot-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinruenz%2Fgnuplot-cpp/lists"}