Simple plotting utilities
Project description
jplotlib
Quick plotting utilities
Installing
$ pip install jplotlib
Example
import numpy as np
import jplotlib as jpl
with jpl.GridPlot(width=20) as ig:
for _ in range(50):
ig.imshow(np.random.uniform(size=(100, 100, 3)))
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
jplotlib-1.0.0.tar.gz
(1.5 kB
view details)
Built Distribution
File details
Details for the file jplotlib-1.0.0.tar.gz
.
File metadata
- Download URL: jplotlib-1.0.0.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5979d5da920c1fc3742d6e5204fcd561f23ac530770aecdedf0b613d6c52c718
|
|
MD5 |
8534db4dbffc11ea76629758fa47e3ef
|
|
BLAKE2b-256 |
be4050f289975684aff5caa67ed6c0226bbe85d9fa5ce310ef4f501b5629642c
|
File details
Details for the file jplotlib-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: jplotlib-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.9.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
58ecc1a60119a3b2fc56c83664abace6f583e5d342def8e59279b32563850a1a
|
|
MD5 |
9c7a4e553ecd8898357287f59bd7c1de
|
|
BLAKE2b-256 |
3b3c0e01c278670d8b2c207992acf341b7db17ea2d140fe696f54e4f3dd66a74
|