Skip to main content

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


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.7.tar.gz (6.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page