3 lines
81 B
Scheme
3 lines
81 B
Scheme
(require (lib "plot.ss" "plot"))
|
|
|
|
(plot (line (lambda (x) (sin x)) (color 'red))) |