Y
Hacker News
new
|
ask
|
show
|
jobs
by
metaodi
2208 days ago
I guess plotille (
https://github.com/tammoippen/plotille
) is the closest match for python. And maybe termgraph (
https://github.com/mkaz/termgraph
) is kind of similar.
1 comments
foob
2208 days ago
It's not unicode, but there's also sixelplot [1] which allows matplotlib plotting in a terminal using sixel. The underlying pysixel library [2] unfortunately doesn't support Python 3.7+ however.
[1]
https://github.com/kktk-KO/sixelplot
[2]
https://github.com/saitoha/PySixel
link
iso-8859-1
2208 days ago
There is a PR that fixes it for 3.7, it needs review:
https://github.com/saitoha/PySixel/pull/5
link
[1] https://github.com/kktk-KO/sixelplot
[2] https://github.com/saitoha/PySixel