{"id":16617581,"url":"https://github.com/ddworken/gnuplot-py","last_synced_at":"2025-08-24T11:35:50.645Z","repository":{"id":27790303,"uuid":"31279207","full_name":"ddworken/gnuplot-py","owner":"ddworken","description":"A python wrapper around gnuplot for graphing lists in python (without X11 installed)","archived":false,"fork":false,"pushed_at":"2015-02-24T20:06:09.000Z","size":156,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T04:27:04.166Z","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":"a11yproject/a11yproject.com","license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ddworken.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-02-24T20:02:03.000Z","updated_at":"2022-09-28T05:45:34.000Z","dependencies_parsed_at":"2022-09-10T13:01:47.989Z","dependency_job_id":null,"html_url":"https://github.com/ddworken/gnuplot-py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ddworken/gnuplot-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddworken%2Fgnuplot-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddworken%2Fgnuplot-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddworken%2Fgnuplot-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddworken%2Fgnuplot-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ddworken","download_url":"https://codeload.github.com/ddworken/gnuplot-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ddworken%2Fgnuplot-py/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259462559,"owners_count":22861512,"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-12T02:17:13.545Z","updated_at":"2025-06-12T12:09:27.452Z","avatar_url":"https://github.com/ddworken.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gnuplot-py\nA python wrapper around gnuplot for graphing lists in python (without X11 installed)\n###Usage\n\n```python\ny=[0,1,2,3,4,5]\ngrapher = grapher(y)\nfor i in range(5000):\n    grapher.append(randrange(-10,10))\n    graph = grapher.getGraph()\n    for line in graph:\n        print line\n    sleep(.01)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddworken%2Fgnuplot-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fddworken%2Fgnuplot-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fddworken%2Fgnuplot-py/lists"}