Skip to main content

Matplotlib sixel backend

Project description

Matplotlib sixel backend.

It can draw matplotlib figures in SIXEL available terminal.

Example

import matplotlib
import matplotlib.pyplot as plt
import numpy as np

matplotlib.use('module://pyplotsixel')


x = np.linspace(0, 1)
y = x**2
plt.plot(x, y)
plt.show()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyplotsixel-0.2.1.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file pyplotsixel-0.2.1.tar.gz.

File metadata

  • Download URL: pyplotsixel-0.2.1.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for pyplotsixel-0.2.1.tar.gz
Algorithm Hash digest
SHA256 df6e26b24328a7bfa9bee3ca0041783f1a254c8c0a3fc79a50335b8b96db35ef
MD5 6240e481beff3ef45a98d89c14ebd45f
BLAKE2b-256 302149d1f4767c4bffa73b13bd75e06ad0639c31e63c935b6c8a2292811aee2e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page