{"id":17153395,"url":"https://github.com/generall/pipe2plot","last_synced_at":"2025-10-06T14:16:24.231Z","repository":{"id":147943342,"uuid":"36288114","full_name":"generall/pipe2plot","owner":"generall","description":"Plotting data from pipe/files using matplotlib.","archived":false,"fork":false,"pushed_at":"2015-05-26T10:44:45.000Z","size":208,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T05:43:31.132Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/generall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-26T10:13:42.000Z","updated_at":"2017-02-13T23:30:08.000Z","dependencies_parsed_at":"2023-04-28T14:26:04.104Z","dependency_job_id":null,"html_url":"https://github.com/generall/pipe2plot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generall%2Fpipe2plot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generall%2Fpipe2plot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generall%2Fpipe2plot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/generall%2Fpipe2plot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/generall","download_url":"https://codeload.github.com/generall/pipe2plot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245276190,"owners_count":20588894,"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-10-14T21:46:06.721Z","updated_at":"2025-10-06T14:16:19.181Z","avatar_url":"https://github.com/generall.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pipe2plot\nPlotting data from pipe/files using matplotlib http://matplotlib.org/.\n\nIt is a simple interface for plotting data from pipe or files. This tool may be useful for exploratory data analysis.\n\n## Use cases\n\nThe tool displays data from multiple files or from pipe in online mode.\n\n### Example: from files\n\n```\n$ ./pipe2plot.py f1 f2\n```\n\nwhere f1 and f2 - some files. E.g.:\nf1:\n```\n1 2\n2 2\n3 2\n4 2\n5 2\n...\n```\n\u003cimg src=https://raw.github.com/generall/pipe2plot/master/screenshots/scr_1.png width=50% height=50% /\u003e\n\n### Example: from pipe\n\nExample of plotting ping times in real time:\n```\n$ ping 127.0.0.1 | stdbuf -oL awk '{print $7}' | ./pipe2plot.py -d =\n```\n`stdbuf -oL` is used for cancel pipe buffering.\n\n\u003cimg src=https://raw.github.com/generall/pipe2plot/master/screenshots/scr_2.png width=50% height=50% /\u003e\n\n## Availible flags\n```\nUsage: pipe2plot.py [options] [files (default = stdin)]\n-i           NOT Ignore unparsed values;\n-b int       Buffer size ( default = infinity );\n-t val       \u003cnot implemented\u003e Template for line e.g. \"x1 y1 x2 y2\" (default=\"y1 y2 y3 ...\" );\n-d val       Delimeter regexp ( default = \"\\s+\" );\n-s val       Style of grafs according to matplotlib;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenerall%2Fpipe2plot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgenerall%2Fpipe2plot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgenerall%2Fpipe2plot/lists"}