Library for plotting in the terminal using Unicode characters. Current version 0.3.9, released irregularly. Supports line plots, horizontal and vertical bar charts. Requires Python >=3.7.
pip install termplotlibVerified import paths — ran on the pinned version, not inferred.
Basic line plot using numpy arrays.
Use print(fig.get_string()) or fig.show() to render to stdout.
Convert to list or numpy array before plotting.
Check that your input arrays have the same size.
Use 'import termplotlib as tpl' then 'tpl.figure()'.
Ensure x and y (or left and right for barh) have the same length.
No dependency data recorded yet.