termgraph icon indicating copy to clipboard operation
termgraph copied to clipboard

a python command-line tool which draws basic graphs in the terminal

Results 44 termgraph issues
Sort by recently updated
recently updated
newest added

termgraph v0.5.3 Tested on linux (and macos using `gdate` instead of date) with this reproduction: `for X in {30..1} ; do gdate -d "-$X days" "+%F $(( $X % 10...

` termgraph ... --color {blue,magenta} --custom-tick {"☼","☀️"}`

whenever i use `subprocess.call(['termgraph', 'stats.dat'])` or other similar commands in a python script, i always get this error: ``` Traceback (most recent call last): File "/home/user/.local/bin/termgraph", line 8, in sys.exit(main())...

Hi, thank you for providing this library!! I was playing around with it as a first time user, and when I rendered it on my Windows 10 terminal, the bars...

Is there any ways to disable "cvt_to_readable": Return the number in a human readable format It produces wrong numbers, args = { "stacked": False, "width": 50, "no_labels": False, "format": "{:>5.2f}",...

I noticed that you only allow the bright colors, which are ANSI codes 90 to 96; In the `AVAILABLE_COLORS` enum in your main file, if additional entries were added with...

I was just testing and running things with termgraph when I noticed that the colors of the graphs seemed a little off. I thought it might the color scheme of...

`math.log(0)` is undefined, and I think the tool should allow values of 0 in bar charts. This is currently causing issues.

Hi, is there any documentation for how to use termgraph within a .py script instead of on the terminal? Was searching for any form of documentation online, and I found...

`Termgraph` looks like an amazing tool and it could be really useful for some ad-hoc investigations. When looking at the logs and other texts it's often useful to run `some-command...