tplot
tplot copied to clipboard
A library for creating text-based graphs in the terminal
[tplot currently assumes all characters are halfwidth](https://tplot.readthedocs.io/en/latest/#character-alignment-issues). We could handle fullwidth characters by using [wcwidth](https://github.com/jquast/wcwidth) to get the displayed width of each character and then removing spaces from that row...
Currently, bar plots use the full block Unicode character (█) as markers by default. Resolution for the start and end of the bar could be improved by using [partial bar...
Currently, the axis range is determined by the range of the input data, i.e. `min(x), max(x)` for the X axis. It would be nice to be able to override that,...
Sometimes data can have higher values that trigger exponential notation, which then causes the labels to bunch up to the point you cannot tell what they are (the text of...
Currently, `color` has to be `Optional[str]`. I request that an iterable also be allowed for it, with the same length as `x` and `y`. This is intended to conveniently allow...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...