A set of functions, dictionaries, and lists to aid plotting in Python.
Project description
ebplots
A set of functions, dictionaries, and lists to aid plotting in Python.
Installation
pip install ebplots
For local development:
pip install -e ".[dev]"
Project structure
src/ebplots/ Package source code
tests/ Test suite scaffold
docs/ Project documentation
scripts/ Maintenance scripts
The package uses pyproject.toml for build metadata and dependency
declaration.
Private colour data
ebplots does not ship private corporate colour palettes or preset colourmaps.
Register a private provider module when chart defaults need those values:
import ebplots as ebp
import private_colour_module as colours
ebp.set_colour_provider(colours)
Alternatively, pass explicit colours and colormaps to chart functions.
License
ebplots is distributed under the Apache License 2.0.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ebplots-0.1.0.tar.gz.
File metadata
- Download URL: ebplots-0.1.0.tar.gz
- Upload date:
- Size: 92.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68f9cd76f2c8646f56257db3d7c126f8b90c6b08cf8a84b8da0f650042f4cddd
|
|
| MD5 |
2be9a3ef547d94e8d6d091f5f4500d69
|
|
| BLAKE2b-256 |
d0ec5695b89c58a86be21dd749cce6305809cd1b7d60fd48da9c4c309dda2ac3
|
File details
Details for the file ebplots-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ebplots-0.1.0-py3-none-any.whl
- Upload date:
- Size: 93.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d46ea8fde09286cece6fdda26e238c09a4bf05a4912e043f00e80147b01a2a43
|
|
| MD5 |
b31f2e1cffd4f9f27dd5d74c2da56087
|
|
| BLAKE2b-256 |
8f1278a8ed1e092101df86038bd6164d6b7ef49702ce52bc76ab2b28c6347101
|