hypirion / clj-xchart

XChart wrapper for Clojure
https://hypirion.github.io/clj-xchart/
Eclipse Public License 1.0
112 stars 6 forks source link

Add convenience function for extracting data #4

Closed hypirion closed 8 years ago

hypirion commented 8 years ago

You often end up with datapoints that contain :x, :y and sometimes :error-bars, but in a sequence. It would be convenient to extract that through a function.

hypirion commented 8 years ago

Implemented with 2accc7d.