https://github.com/glotaran/pyglotaran-extras
Extra batteries to super-charge pyglotaran's plotting capabilities.
https://github.com/glotaran/pyglotaran-extras
plotting pyglotaran python visualization
Last synced: 9 days ago
JSON representation
Extra batteries to super-charge pyglotaran's plotting capabilities.
- Host: GitHub
- URL: https://github.com/glotaran/pyglotaran-extras
- Owner: glotaran
- License: mit
- Created: 2020-09-27T19:46:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-14T14:45:46.000Z (16 days ago)
- Last Synced: 2026-02-14T18:08:11.432Z (16 days ago)
- Topics: plotting, pyglotaran, python, visualization
- Language: Python
- Homepage:
- Size: 979 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
# pyglotaran-extras
[](https://badge.fury.io/py/pyglotaran-extras)
[](https://anaconda.org/conda-forge/pyglotaran-extras)
[](https://github.com/glotaran/pyglotaran-extras/actions/workflows/test.yml)
[](https://pyglotaran-extras.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/astral-sh/ruff)
[](https://codecov.io/gh/glotaran/pyglotaran-extras)
[](https://github.com/econchick/interrogate)
[](https://discord.gg/KfnEYRSTJx)
Supplementary package for pyglotaran with (example) plotting code for use with the pyglotaran package.
Can be installed as a python package or from sources.
## Installation
Prerequisites:
- [uv](https://docs.astral.sh/uv/) or python 3.10-3.14
- Python package `pyglotaran` v0.7.0 (or later)
### Stable Release
To install pyglotaran-extras from [PyPI](https://pypi.org/), run this command in your terminal:
```console
uv pip install pyglotaran-extras
```
If you want to install it via conda, you can run the following command:
```console
conda install -c conda-forge pyglotaran-extras
```
### From Source
To install pyglotaran-extras from sources, either clone this repository or download the latest release, then run this command in your terminal:
```console
git clone https://github.com/glotaran/pyglotaran-extras.git
cd pyglotaran-extras
uv sync --frozen
```
or directly
```console
uv pip install git+https://github.com/glotaran/pyglotaran-extras.git
```