YouPlot
YouPlot copied to clipboard
A command line tool that draw plots on the terminal.
Hi, The font in the README looks better than what I see in my terminal. What is the font that you used? Thanks   
It may not be a very practical idea. But I would like to see a progressive mode. Some programs take a long time to run and gradually output the results...
Make YouPlot an official Debian package
Line color cannot be specified as a numerical value of 256 colors. This is due to the UnicodePlots.rb specification. Efforts are currently underway to improve it. See https://github.com/red-data-tools/unicode_plot.rb/issues/34
YouPlot does not handle category data easily. YouPlot is a simple command line tool. I don't want to add functionality to YouPlot. I would like to make more use of...
Should we get the same result as the command below? ``` awk '{print NR "\t" $1}' | uplot scatter ``` If we should, how do we find out that there...
Currently, there are four sub commands: `line`, `lines`, `lineplot`, and `lineplots`. In practice, however, `lineplot` and `lineplots` are rarely used. `line` is relatively long compared to `s`, the short form...
 I use alacritty as my terminal, and the line charts do not look like the one in the screenshots. Am I doing something wrong?
This is pretty spiffy! How do I install and run on Windows 10 machine? TX David
I'm using the following command (example) ``` | uplot bar -c blue -t "sindresorhus/awesome" --xlabel "commits (last 12m)" ``` to generate a bar chart like this: In this case, the...