Created
September 9, 2012 14:52
-
-
Save jasongilman/3684830 to your computer and use it in GitHub Desktop.
incanter from jruby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns clojure_helpers.incanter_helper | |
(:use (incanter core stats charts))) | |
(defn view-histogram [values] | |
(view (histogram values))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ages = User.all.map(&:age) | |
clj.view_histogram(Zweikopf::Transformer.from_ruby(ages)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment