lein
lein try
;; All alone:
[lein-try "0.4.3"]
;; The whole thing:
{:user {:plugins [[lein-try "0.4.3"]]}}xchart를 lein try로 사용해보기
$ lein try com.hypirion/clj-xchart
--
user=> (require '[com.hypirion.clj-xchart :as c])
user=> (def chart
(c/xy-chart {"Expected rate" [(range 10) (range 10)]
"Actual rate" [(range 10) (map #(+ % (rand-int 5) -2) (range 10))]}))
#'user/chart
user=> (c/view chart)jpg 이미지로 뽑으려면!
env
끗
다시 애매한 부분 추가
Last updated