{"id":23802060,"url":"https://github.com/sstendahl/graphs","last_synced_at":"2025-09-06T15:32:33.181Z","repository":{"id":64913343,"uuid":"573061164","full_name":"sstendahl/Graphs","owner":"sstendahl","description":"This is the official mirror repository to Graphs, the source repository is now hosted on the GNOME GitLab here: https://gitlab.gnome.org/World/Graphs","archived":false,"fork":false,"pushed_at":"2024-04-13T08:09:58.000Z","size":5759,"stargazers_count":62,"open_issues_count":18,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-14T14:31:40.073Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://graphs.sjoerd.se/","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sstendahl.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-12-01T16:02:57.000Z","updated_at":"2024-04-16T07:42:25.096Z","dependencies_parsed_at":"2024-04-16T07:42:19.160Z","dependency_job_id":"3a294f8d-1df3-4ff4-a358-222f4fde2738","html_url":"https://github.com/sstendahl/Graphs","commit_stats":null,"previous_names":["sstendahl/graphs"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstendahl%2FGraphs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstendahl%2FGraphs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstendahl%2FGraphs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sstendahl%2FGraphs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sstendahl","download_url":"https://codeload.github.com/sstendahl/Graphs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232130727,"owners_count":18476841,"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":"2025-01-01T22:19:31.623Z","updated_at":"2025-09-06T15:32:33.143Z","avatar_url":"https://github.com/sstendahl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphs\nPlot and manipulate data with Graphs!\n\n![image](https://gitlab.gnome.org/World/Graphs/-/raw/main/data/screenshots/sin_cos.png?ref_type=heads)\n\nGraphs is a simple, yet powerful tool that allows you to plot and manipulate your data with ease. New data can be imported from a wide variety of filetypes, or generated by equation. All data can be manipulated using a variety of operations.\nApart from regular operations, Graphs also has support for curve fitting on the data, allowing you to effortlessly analyze trends within your datasets.\nGraphs supports extensive customization options to change the style of the plots. You can add and edit stylesheets in detail, allowing you to quickly save and apply existing stylesheets on new data. \nGraphs is an excellent fit for both plotting and data manipulation. The plots created with Graphs can be saved in a variety of formats suitable for sharing and presenting to a wide audience, such as in a scientific publication or presentations.\nIt is also possible to save the plots as vector images, which can be easily edited in programs like Inkscape for further customization and refinement. Graphs is written with the GNOME environment in mind, but should be suitable for any other desktop environment as well.\n\nThe operations include:\n  - Shifting data\n  - Normalizing Data\n  - Smoothening data\n  - Centering Data\n  - Cutting Data\n  - Combining Data\n  - Translating data\n  - Derivative and indefinite integral\n  - Fourier Transformations\n  - Custom transformations\n \nFor feedback or general issues, please [file an issue](https://gitlab.gnome.org/World/Graphs/-/issues).\n\n## Install Graphs\n\n### Stable\nWe provide official support for the following Flatpak and Snap packages:\n\n\u003cp\u003e\n\u003ca href=\"https://flathub.org/apps/details/se.sjoerd.Graphs\"\u003e\u003cimg height=\"62\" alt=\"Download on Flathub\" src=\"https://flathub.org/api/badge?locale=en\"/\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n\u003ca href=\"https://snapcraft.io/graphs\"\u003e\u003cimg height=\"60\" alt=\"Get it from the Snap Store\" src=\"https://snapcraft.io/static/images/badges/en/snap-store-black.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e \n\n### Beta\n\u003e The beta branch is used for testing purposes and projects may not be compatible with the stable branch.\n\u003e Here be bugs, there be dragons.\n\nThe latest testing version of Graphs is available in the Flathub beta channel. To install the beta, first the Flatpak remote needs to be configured:\n\n```sh\nflatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo\n```\n\nThen, install the application:\n\n```sh\nflatpak install flathub-beta se.sjoerd.Graphs\n```\nTo run the beta version by default, the following command can be used:\n\n```sh\nsudo flatpak make-current se.sjoerd.Graphs beta\n```\nNote that the `sudo` is neccesary here, as it sets the current branch on the system level. To install this on a per-user basis, the flag `--user` can be used in the  previous commands. \nTo switch back to the stable version simply run the above command replacing `beta` with `stable`.\nWe are always looking for feedback, so feel free to report any issues or suggestions on the GitLab [issue tracker](https://gitlab.gnome.org/World/Graphs/-/issues).\n\n## Contributing\nCheckout [the contributing guide](https://welcome.gnome.org/app/Graphs/) to start contributing translations, code or ideas.\n\n## Code of Conduct\nThis project follows the [GNOME Code of Conduct](https://conduct.gnome.org/committee/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstendahl%2Fgraphs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsstendahl%2Fgraphs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsstendahl%2Fgraphs/lists"}