YouPlot icon indicating copy to clipboard operation
YouPlot copied to clipboard

A command line tool that draw plots on the terminal.

Results 22 YouPlot issues
Sort by recently updated
recently updated
newest added

Hi, The font in the README looks better than what I see in my terminal. What is the font that you used? Thanks ![image](https://user-images.githubusercontent.com/4667129/146715983-ff63328c-1461-4a0c-bf6a-35f3e751921a.png) ![image](https://user-images.githubusercontent.com/4667129/146716064-c5d63805-3f24-4ab9-af4f-c4c868d3b6e1.png) ![image](https://user-images.githubusercontent.com/4667129/146716130-eee229fc-77c0-4a4f-b265-800c7039aa43.png)

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...

![1692144530](https://github.com/red-data-tools/YouPlot/assets/98485752/7c41d43b-42a5-45de-9468-8fac146f9ff3) 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...