termgraph
termgraph copied to clipboard
a python command-line tool which draws basic graphs in the terminal
Is this module available as a third-party module? If yes, how to integrate. If not, what are your plans?
Is it possible to plot a pandas dataframe with termgraph? Or is there any other work around for getting the dataframe to be plotted on terminal ?
Specifically, how to set up project locally (install deps, run tests). I'm used to setting up apps, not libraries, so my background is using `requirements.txt` or `pyproject.toml` and pip or...
when using `--stack` and `--width` together, the width is determined by the highest single value in the series, setting all other values as a proportion of that, greatly extending the...
Hi. I would like to propose three small modifications, in order to address the issue https://github.com/mkaz/termgraph/issues/60. The major change is that now, the normalize() function basically uses the sum of...
Thanks for making this tool. I am not sure if this is a bug, or I am missing something, but I wanted to bring it up. **Shouldn't the values for...
Hi. I am quite enjoying termgraph; so, first of all, thanks for sharing this nice tool. I've got few questions and perhaps feature requests. - In the attached (draft) figure,...
to solve the over length of bar problem for me (as i have really big number in prediction) it's about the find_max function , the original function only find the...
 Hey, I am facing following issue when trying too tun `termgraph`. Problem could be with my terminal setting but I am unsure how to debug it. Kindly help ```...