{"id":15021586,"url":"https://github.com/aemarkov/justplot","last_synced_at":"2026-04-09T18:26:28.149Z","repository":{"id":62573529,"uuid":"259047482","full_name":"aemarkov/justplot","owner":"aemarkov","description":"Simple data plotter with GUI","archived":false,"fork":false,"pushed_at":"2022-06-29T12:01:39.000Z","size":108,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T16:59:14.290Z","etag":null,"topics":["graphics","plotting","pyqt","python","qt"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aemarkov.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":"2020-04-26T14:13:03.000Z","updated_at":"2023-03-03T21:23:25.000Z","dependencies_parsed_at":"2022-11-03T18:27:18.005Z","dependency_job_id":null,"html_url":"https://github.com/aemarkov/justplot","commit_stats":null,"previous_names":["aemarkov/justplot","garrus007/justplot"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/aemarkov/justplot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemarkov%2Fjustplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemarkov%2Fjustplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemarkov%2Fjustplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemarkov%2Fjustplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aemarkov","download_url":"https://codeload.github.com/aemarkov/justplot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemarkov%2Fjustplot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30221193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"last_error":"SSL_read: 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":["graphics","plotting","pyqt","python","qt"],"created_at":"2024-09-24T19:56:45.497Z","updated_at":"2026-03-07T16:02:45.592Z","avatar_url":"https://github.com/aemarkov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# justplot - simple data plotter with GUI\n\nJust plot data from CSV and some other files with almost single\nbutton quickly and easy without complicated GUI and lot of actions\n\n![](img/justplot.png)\n\n## Usage\n\n```\nusage: justplot [-h] [files [files ...]]\n\nSimple graph plotter. Run without arguments to add files from GUI.\n\npositional arguments:\n  files       Files to plot\n\noptional arguments:\n  -h, --help  show this help message and exit\n\n```\n\nYou can run `justplot` from command line and provide list of files to plot or\nchoose files via GUI.\n\n### Hotkeys in GUI\n| Function       | Hotkey |\n|----------------|--------|\n| Open file      | CTR+O  |\n| Delete plot    | Del    |\n\n\n## Features\nCurrent status:\n - [X] Just plot the graphs from multiple files\n - [X] Display loaded files and data series in the tree view\n - [x] Hide, show and delete data series and files\n - [x] Command line interface\n - [x] Save the last directory in the Open File dialog (I thought that OS/Qt should do this automatically)\n - [*] Graph export as image (It can be done by pyqtgraph itself by right-clicking graph pane)\n - [x] Hotkeys\n - [x] Multiple files selection in open dialog\n - [ ] Mathematical operations on data\n - [ ] Graph visual settings (?)\n - [ ] Multiple graph panes (?)\n\nSupported file types:\n - [x] CSV with any whitespace separator\n - [ ] Choose separator\n\n## Installation\n\n```sh\npip install justplot-qt\n```\n\n### Install from sources\nNote: this command will install package in Development Mode, i.e. it will reference local source\n\n```sh\ngit clone https://github.com/Garrus007/justplot.git\npip3 install -e justplot\n```\n\n### Troubleshooting\n\nMake sure all python dependencies are installed\n```sh\n# Ubuntu distro example\nsudo apt install python3 python3-pip python3-setuptools\n```\n\nIf PyQt5 failed to install try to install from repo\n```sh\nsudo apt install python3-pyqt5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faemarkov%2Fjustplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faemarkov%2Fjustplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faemarkov%2Fjustplot/lists"}