A CLI plotting utility
Project description
plt
Read lists of numbers from stdin.
For each list, numbers are separated by by [^0-9.\-eE+]
, and can be used for 3
distinct types of plots:
1) --line (-l)
2) --scatter (-s)
3) --histogram (-t)
4) --normalized_histogram (-nt)
With options 1 and 3 and 4, the list of numbers is interpreted as a 1D array, i.e.,
(x1, x2, ..., xn).
For 2, the format is
(x1, y1, x2, y2, ... , xn, yn)
Lists are separated by PLT_SEPARATOR
, whose default value is &&
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plt-cli-0.1.3.tar.gz
(5.4 kB
view hashes)
Built Distribution
plt_cli-0.1.3-py3-none-any.whl
(10.6 kB
view hashes)