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) --line_2d (-l2)
3) --scatter (-s)
4) --histogram (-t)
5) --normalized_histogram (-nt)
With options 1 and 4 and 5, the list of numbers is interpreted as a 1D array, i.e.,
(x1, x2, ..., xn).
For 2 and 3, 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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
plt_cli-0.2.3-py3-none-any.whl
(13.9 kB
view hashes)