Contents

finestructure/plotty

Plotty is a command line tool to quickly plot comparisons for data series, typically from performance measurements.

Example

See the included example input file for the type of input you can provide and the generated plot for the output from the command:

plotty --input misc/sample-input.txt \
  --header Plotty \
  --title "Performance comparison" \
  --output misc/sample-output.pdf

[Example output image]

See plotty --help for more details.

Output format

Plotty renders its output to resolution independent PDF. It does not currently support any other output formats and relies on other tools to be used to convert to other graphics formats.

Installation instructions

The easiest way to install Plotty is via mint:

mint install finestructure/Plotty

Alternatively, clone the project and run

make install

Package Metadata

Repository: finestructure/plotty

Default branch: main

README: README.md