Skip to content

Instantly share code, notes, and snippets.

@keenbug
Created November 12, 2011 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keenbug/1360521 to your computer and use it in GitHub Desktop.
Save keenbug/1360521 to your computer and use it in GitHub Desktop.
#lang racket
(require plot)
(plot (line sin)
#:x-min (- pi)
#:x-max pi
#:title "y = sin(x)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment