Skip to content

Use Matplotlib in terminals that support the OSC 1337 image protocol

License

Notifications You must be signed in to change notification settings

jtcbrule/oscplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages