For visualizing gradual typing performance.
- If you have a gradual typing system
- and a program
- and multiple, gradually-typed versions of that program (configurations)
- and have measured the performance of these configurations
- then this library should help you plot the results.
$ raco pkg install gtp-plot
or
$ git clone https://github.com/bennn/gtp-plot
$ raco pkg install ./gtp-plot
For command-line options:
$ raco gtp-plot --help
For the API:
http://docs.racket-lang.org/gtp-plot/index.html
Influenced by:
Thank you Neil Toronto for the Racket plot library.