pycloj-tools.visual-test

pycloj-tools.visual-test - created by notespace, Wed Dec 25 01:00:55 IST 2019.
Table of contents

(require (quote [pycloj-tools.visual
                 :refer :all])
         (quote [pycloj-tools.pyutils
                 :as pyutils])
         (quote [libpython-clj.python
                 :as py]))

~~~~matplotlib~~~~
(matplotlib->svg
  (fn []
    (plt/plot
      (->> (repeatedly 99 rand)
           (map (partial + -0.5))
           (reductions +)
           vec))
    (plt/ylabel "some numbers")))


pycloj-tools.visual-test - created by notespace, Wed Dec 25 01:00:55 IST 2019.