Skip to content

judepayne/chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chart

Real-time charts for Clojure

Usage

add the following to the dependencies in your project.clj file

[live-chart "0.1.1"]

In a src file, require chart like this:

..(:require [live-chart :as c])..

Define some functions that take no args:
e.g.

(defn rand1 [] (rand 1))

(maybe your functions will deref an atom or similar)

then:

(show (time-chart [rand1 rand1]) :title "test random funcs")

License

Copyright © 2014 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

real-time chart for clojure

Resources

License

Stars

Watchers

Forks

Packages

No packages published