Skip to content

utahplt/gtp-plot

Repository files navigation

gtp-plot

Build Status Scribble

For visualizing gradual typing performance.

tetris-6.9-performance

Motivation

  1. If you have a gradual typing system
  2. and a program
  3. and multiple, gradually-typed versions of that program (configurations)
  4. and have measured the performance of these configurations
  5. then this library should help you plot the results.

Install

$ raco pkg install gtp-plot

or

$ git clone https://github.com/bennn/gtp-plot
$ raco pkg install ./gtp-plot

Documentation

For command-line options:

$ raco gtp-plot --help

For the API:

http://docs.racket-lang.org/gtp-plot/index.html

History

Influenced by:

Thank you Neil Toronto for the Racket plot library.