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.0.tar.gz (2.9 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: pyplotsixel-0.2.0.tar.gz
  • Upload date:
  • Size: 2.9 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.0.tar.gz
Algorithm Hash digest
SHA256 1001f3289c6019f20b67a41450a27d11e09a7efc8344e89e839c43a3d36acffe
MD5 031404e0557892f973587d12efe90a7b
BLAKE2b-256 e3e8c1a7c7fafe21653cf09d23ca7772264d5c9a5b0ab0cfbb1800a9b7517806

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