Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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()

About

Use Matplotlib in terminals that support the OSC 1337 image protocol

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages