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.1.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file jplotlib-1.0.1.tar.gz
.
File metadata
- Download URL: jplotlib-1.0.1.tar.gz
- Upload date:
- Size: 2.0 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 |
61aff363586b78365157a16540d92d90ef121f5de84574a08521f04ce8ff6a9f
|
|
MD5 |
9192910f58ac32f3cf07e0953488a8d1
|
|
BLAKE2b-256 |
aeb076adf6ada2f5489a7c0bc3c6b3ee7fc799911b76232b9f87b16888a2030a
|
File details
Details for the file jplotlib-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: jplotlib-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 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 |
35bb00ba9e0d44e9a4ff4701d2560ac618d2b09d312f1ab05692fe37dd6ebed4
|
|
MD5 |
487ec4d7ea5367a28f56355c9b015299
|
|
BLAKE2b-256 |
f8fac523d1c890737e52d6e5fb0d76d4e53df5f7179c5179b1c2a33e96da8bd8
|