red-data-tools / YouPlot

A command line tool that draw plots on the terminal.
MIT License
4.17k stars 57 forks source link

Introduce 'l' as a short form of line #17

Closed kojix2 closed 1 year ago

kojix2 commented 3 years ago

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 of scatter. So I would like to introduce 'l' as a short form of line.

The problem is that there are two types of line: line and lines. We need to consider whether there will be any confusion between the two types of lines.

kojix2 commented 1 year ago

Added l as an alias for line and ls as an alias for lines. This is experimental and will not be documented at this time.