{"id":13483021,"url":"https://github.com/veusz/veusz","last_synced_at":"2025-03-27T13:33:31.403Z","repository":{"id":1372558,"uuid":"1324413","full_name":"veusz/veusz","owner":"veusz","description":"Veusz scientific plotting application","archived":false,"fork":false,"pushed_at":"2024-10-27T16:58:49.000Z","size":18561,"stargazers_count":776,"open_issues_count":347,"forks_count":112,"subscribers_count":36,"default_branch":"master","last_synced_at":"2024-10-27T19:56:15.886Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://veusz.github.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veusz.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/MacOS_ReadMe.txt","governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-02-03T15:13:28.000Z","updated_at":"2024-10-16T08:03:27.000Z","dependencies_parsed_at":"2023-07-05T20:46:08.753Z","dependency_job_id":"445d57cf-de93-4936-bcd5-8c4c128ec15a","html_url":"https://github.com/veusz/veusz","commit_stats":{"total_commits":3386,"total_committers":37,"mean_commits":91.51351351351352,"dds":"0.029238038984051973","last_synced_commit":"c690eb61739312cd85ff9e2632357f410c10bc9f"},"previous_names":[],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veusz%2Fveusz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veusz%2Fveusz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veusz%2Fveusz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veusz%2Fveusz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veusz","download_url":"https://codeload.github.com/veusz/veusz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222262650,"owners_count":16957618,"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-07-31T17:01:07.550Z","updated_at":"2024-10-30T16:32:01.229Z","avatar_url":"https://github.com/veusz.png","language":"Python","funding_links":[],"categories":["\u003ca id=\"tag-science\" href=\"#tag-science\"\u003eScience\u003c/a\u003e","Python"],"sub_categories":[],"readme":"# [Veusz 3.6.2](https://veusz.github.io/)\n\nVeusz is a scientific plotting package.  It is designed to produce\npublication-ready PDF or SVG output. Graphs are built-up by combining\nplotting widgets. The user interface aims to be simple, consistent and\npowerful.\n\nVeusz provides GUI, Python module, command line, scripting, DBUS and\nSAMP interfaces to its plotting facilities. It also allows for\nmanipulation and editing of datasets. Data can be captured from\nexternal sources such as Internet sockets or other programs.\n\nChanges in 3.6.2:\n  * Fix broken resource symlink handling\n\nChanges in 3.6.1:\n  * Fix appdata file\n  * Fix issue in setup.cfg\n\nChanges in 3.6:\n  * Interactive rotation of 3D plots\n  * Add 12-bit rainbow colormap\n  * Fix crash in contour key values\n  * Fix breakage with recent numpy versions due to removal of bool\n  * Fix error in colormap sequence\n  * About dialog shows software versions\n  * Rewrite install instructions in INSTALL.md\n  * Fix for Python 3.11 due to opening with universal newlines\n  * Remove use of distutils\n  * Fix MacOS binary\n\n## Features of package:\n\n### Plotting features:\n  * X-Y plots (with errorbars)\n  * Line and function plots\n  * Contour plots\n  * Images (with colour mappings and colorbars)\n  * Stepped plots (for histograms)\n  * Bar graphs\n  * Vector field plots\n  * Box plots\n  * Polar plots\n  * Ternary plots\n  * Plotting dates\n  * Fitting functions to data\n  * Stacked plots and arrays of plots\n  * Nested plots\n  * Plot keys\n  * Plot labels\n  * Shapes and arrows on plots\n  * LaTeX-like formatting for text\n  * Multiple axes\n  * Axes with steps in axis scale (broken axes)\n  * Axis scales using functional forms\n  * Plotting functions of datasets\n  * 3D point plots\n  * 3D surface plots\n  * 3D function plots\n  * 3D volumetric plots\n\n### Input and output:\n  * PDF/EPS/PNG/SVG/EMF export\n  * Dataset creation/manipulation\n  * Embed Veusz within other programs\n  * Text, HDF5, CSV, FITS, NPY/NPZ, QDP, binary and user-plugin importing\n  * Data can be captured from external sources\n\n### Extending:\n  * Use as a Python module\n  * User defined functions, constants and can import external Python functions\n  * Plugin interface to allow user to write or load code to\n    - import data using new formats\n    - make new datasets, optionally linked to existing datasets\n    - arbitrarily manipulate the document\n  * Scripting interface\n  * Control with DBUS and SAMP\n\n### Other features:\n  * Data filtering and manipulation\n  * Data picker\n  * Interactive tutorial\n  * Multithreaded rendering\n\n## Installation\nPlease see the file `INSTALL.md` included in the distribution for installation details, or go to the [download page](https://veusz.github.io/download/).\n\n## License\nVeusz is Copyright (C) 2003-2023 Jeremy Sanders\n and contributors. It is licensed under the [GPL version 2 or greater](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).\n\n## Source code\nThe latest source code can be found in [this GitHub repository](https://github.com/veusz/veusz).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveusz%2Fveusz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveusz%2Fveusz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveusz%2Fveusz/lists"}