{"id":27306693,"url":"https://github.com/pseyfert/rtgp","last_synced_at":"2025-10-15T20:15:23.696Z","repository":{"id":72263640,"uuid":"48559705","full_name":"pseyfert/rtgp","owner":"pseyfert","description":"root to gnuplot utility","archived":false,"fork":false,"pushed_at":"2016-01-08T21:20:23.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T11:17:42.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pseyfert.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":"2015-12-24T23:49:30.000Z","updated_at":"2017-11-07T17:46:27.000Z","dependencies_parsed_at":"2023-03-17T10:45:50.374Z","dependency_job_id":null,"html_url":"https://github.com/pseyfert/rtgp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pseyfert/rtgp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Frtgp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Frtgp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Frtgp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Frtgp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pseyfert","download_url":"https://codeload.github.com/pseyfert/rtgp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pseyfert%2Frtgp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279110821,"owners_count":26105907,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-04-12T04:00:46.787Z","updated_at":"2025-10-15T20:15:23.658Z","avatar_url":"https://github.com/pseyfert.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RTGP - ROOT to GNUPLOT\n\nRTGP is a simple implementation, forwarding ROOT histogram information to\ngnuplot, to plot it to the command line.\n\n![demo](http://virgilio.mib.infn.it/~seyfert/images/root2gnuplot.webm.gif)\n![demo](http://virgilio.mib.infn.it/~seyfert/images/root2gnuplot_cmd.webm.gif)\n\n## original\nThe original rtgp is still\n[here](https://mathphys.fsk.uni-heidelberg.de/~pseyfert/cc.html)\n\n## more recent\n\nWrapping all in\n[gnuplot-iostream](https://github.com/pseyfert/gnuplot-iostream) seemed a bit\nmore elegant - although … it also just does a syscall - using `popen` instead\nof `system`. And more recently I also saw how to use temporary files\n[here](http://www.gnu.org/software/libc/manual/html_node/Temporary-Files.html)\nlinked from\n[here](http://stackoverflow.com/questions/159983/how-can-i-create-a-temporary-file-for-writing-in-c-on-a-linux-platform)\n\nThe (in my eyes) greatest disadvantage is that the gnuplot-iostream approach\ndepends on boost libraries which caused an incredible amount of trouble in all\nof my projects (counter intuitive syntax and -worse- breaks whenever moving to\na new computing cluster, compiler version, operating system).\n\nFor now the system loads are:\n```\ngSystem-\u003eLoad(\"path/to/libboost_system.so\");\ngSystem-\u003eLoad(\"path/to/libboost_iostreams.so\");\ngSystem-\u003eLoad(\"path/to/librtgp.so\")\n```\n\nSee the video\n[here](http://virgilio.mib.infn.it/~seyfert/dumb-root-terminal.html)\ndemonstrating how rtgp looks in action.\n\n## THANKS\n\n[Matthew](http://stackoverflow.com/questions/34482441/plotting-two-histograms-one-w-and-one-w-o-error-bars-in-one-plot)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseyfert%2Frtgp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpseyfert%2Frtgp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpseyfert%2Frtgp/lists"}