Skip to content

incanter integration

Compare
Choose a tag to compare
@lorettahe lorettahe released this 10 Sep 16:30
· 4 commits to master since this release

Integrating incanter into ipython-clojure, and implementation of ipython-draw function to draw any instance of JFreeChart inline in notebook.

Example-usage:

(require '[incanter.core :refer :all])
(require '[incanter.stats :refer :all])
(require '[incanter.charts :refer :all])
(ipython-draw (histogram (sample-normal 1000)))