A library for easy plotting of multiple images and graphs
Project description
Glyf
Glyf is a library for easy plotting of multiple images and graphs in Python. It provides a simple interface that allows flexible plots parametrization.
It supports numpy arrays as inputs and uses matplotlib to produce output visualizations.
Basic usage
Import is as ordinary as this.
from glyf import plot
-
Plot single image.
plot(image)
-
Plot image and mask overlayed.
plot([image, mask])
-
Plot image and mask side to side.
plot([image, mask], combine='separate')
Advanced usage
See tutorials.
Installation
pip3 install glyf
Acknowledgments
The code in this repository is based on plotter module of batchflow framework developed by Data Analysis Center team under Apache 2.0 license. The main focus of this project is adding new features without needing to keep backward compatibility with API of the original project.
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 glyf-0.0.1.tar.gz.
File metadata
- Download URL: glyf-0.0.1.tar.gz
- Upload date:
- Size: 5.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4da908385044d4ab26cd8d81b790878df12abba764ec368c74cc0d4fa7d3684f
|
|
| MD5 |
4d81805623898ff1d95204af6cf789c9
|
|
| BLAKE2b-256 |
c6a7ffc717ed5d52f5e5789180bbf6ecbe36d29eccfd9a7fee8a7ac820f422a0
|
File details
Details for the file glyf-0.0.1-py3-none-any.whl.
File metadata
- Download URL: glyf-0.0.1-py3-none-any.whl
- Upload date:
- Size: 26.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30f800af8d165624afa71b128e4f1d18a72d040c17e03e501c838240520cce10
|
|
| MD5 |
4498b5f510939166a7246311d96d3f3b
|
|
| BLAKE2b-256 |
c254b6a469fb17731945e49db0169ed6a47e2fe4c789319640d5ddc21dd4d236
|