IPython inline plots and images through Sixel.
Project description
sixl
Installation
pip install sixl
Examples
Matplotlib
%matplotlib inline
import sixl
from matplotlib import pyplot as plt
plt.plot([1,2,3], [1,4,9])
Pillow
import PIL.Image
img = PIL.Image.load("image.png")
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
sixl-0.1.tar.gz
(2.3 kB
view details)
File details
Details for the file sixl-0.1.tar.gz.
File metadata
- Download URL: sixl-0.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d17a753e87a7bdd3be5203b474877737bfd795089e2a701c0988b1840112d0b
|
|
| MD5 |
5b49f09f4d1d75e82e01b9679c07343e
|
|
| BLAKE2b-256 |
b16cfe2e74f05d3414cc141671eeb41e77716a8b420666436a1dbb2e8e911080
|