Skip to content
This repository was archived by the owner on Jun 20, 2022. It is now read-only.

JacobFV/jplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jplotlib

Quick plotting utilities

Installing

$ pip install jplotlib

Example

import numpy as np
import jplotlib as jpl

with jpl.GridPlot(width=20) as grid_plot:
    for _ in range(50):
        grid_plot.imshow(np.random.uniform(size=(100, 100, 3)))

output

About

quick plotting utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages