No project description provided
Project description
degas
A collection of plotting utilities and helper functions for matplotlib.
Installation and requirements
Dependencies
- matplotlib
- numpy
Install via pip
pip install git+https://github.com/williamgilpin/degas
Example usage
import numpy as np
from degas.degas import plot_err
x = np.linspace(0, 1, 100)
y = x**3
err = .05 * np.random.random(len(x))
plot_err(y, err, x=x)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
degas-0.0.0.tar.gz
(15.1 kB
view details)
Built Distribution
degas-0.0.0-py3-none-any.whl
(14.9 kB
view details)
File details
Details for the file degas-0.0.0.tar.gz
.
File metadata
- Download URL: degas-0.0.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f9372d6099f779f6ef32eaf325070f904b60fa28f8b86a239f5303aaeea2dac |
|
MD5 | ee3d49f8207cd7bc01f210c7e740ae99 |
|
BLAKE2b-256 | ad4c6dd73a055d054222016b38da5fa0829bbf75a647e57074a1a23b047121a9 |
File details
Details for the file degas-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: degas-0.0.0-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 583e54c8baefcce10362118477d9b77c610a1250ca0fdb173e8d5ea71a8690a9 |
|
MD5 | 0783f3844144f0a841fafcdbafb949d9 |
|
BLAKE2b-256 | c45d75af1e3796fa0e53d8abec774daf967016113dfe9b417b2deaefd2821b99 |