racket/collects/plot/demos/demo-3.rkt
2010-04-27 16:50:15 -06:00

5 lines
60 B
Racket

#lang scheme
(require plot)
(plot (line sin #:color 'red))