Skip to content

Instantly share code, notes, and snippets.

@liebke
Created May 30, 2009 02:05
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 liebke/120327 to your computer and use it in GitHub Desktop.
Save liebke/120327 to your computer and use it in GitHub Desktop.
(use '(incanter core charts))
;; plot the sine and cosine functions with
;; the function-plot and add-function functions
(doto (function-plot sin (- Math/PI) Math/PI)
(add-function cos (- Math/PI) Math/PI)
view)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment