vinayak-mehta / present

A terminal-based presentation tool with colors and effects.

Home Page:https://present.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for terminal plots

vinayak-mehta opened this issue · comments

One thing I want in a tool like this is to be able to display ascii charts like from gnuplot, which is why I liked the simplicity of Shellshow. I will have to dig in to see if this is possible, if not I expect it would be easy to add.
https://news.ycombinator.com/item?id=24325202

Asciimatics supports barcharts: https://asciimatics.readthedocs.io/en/stable/asciimatics.html#asciimatics.renderers.BarChart. Opening this issue to discuss the chart API.