Skip to main content

OSC1337 wrapper for Matplotlib

Project description

oscplotlib

Use Matplotlib in terminals that support the OSC 1337 image protocol.

Example:

import matplotlib.pyplot as plt
import oscplotlib as osc

plt.plot([1, 2, 3])
osc.show()

plt.figure(2)
plt.plot([3, 2, 1])

plt.figure(3)
plt.hist([1, 1, 2])

osc.show_all()

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

oscplotlib-0.1.0.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

oscplotlib-0.1.0-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

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