Skip to content

utahplt/gtp-plot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

939c39d · Feb 20, 2022
Apr 23, 2021
Feb 20, 2022
Aug 26, 2017
Aug 28, 2017
Oct 25, 2021
May 10, 2018
Aug 28, 2017
Aug 7, 2020
Jul 11, 2020
Aug 28, 2017
Aug 28, 2017
Aug 28, 2017
Aug 28, 2017
Aug 26, 2017
Aug 28, 2017
Aug 28, 2017

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.