Skip to content

Instantly share code, notes, and snippets.

@takikawa
Created February 22, 2014 18:00
Show Gist options
  • Save takikawa/9159048 to your computer and use it in GitHub Desktop.
Save takikawa/9159048 to your computer and use it in GitHub Desktop.
$ racket -I typed/racket
Welcome to Racket v6.0.0.2.
-> (require plot/typed)
-> plot
- : (-> (Rec g158665 (U nonrenderer renderer2d (Listof g158665)))
[#:height Integer]
[#:legend-anchor Anchor]
[#:out-file (U Path-String False Output-Port)]
[#:out-kind (U Image-File-Format 'auto)]
[#:title (U False String)]
[#:width Integer]
[#:x-label (U False String)]
[#:x-max (U Real False)]
[#:x-min (U Real False)]
[#:y-label (U False String)]
[#:y-max (U Real False)]
[#:y-min (U Real False)]
(U Void (Instance Snip%)))
#<procedure:plot>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment