Created
February 22, 2014 18:00
-
-
Save takikawa/9159048 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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