SciRuby / plotrb

A plotting library in Ruby built on top of Vega and D3.
Other
23 stars 6 forks source link

DSL for generating histogram #8

Open zuhao opened 11 years ago

zuhao commented 11 years ago

Take a look at @cjfuller's pull request #1.

It would be great if we can have a similar DSL, in other words a higher level of abstraction on Plotrb, for histograms.

For a model of how parameters should be passed, you might look at Ruby/GSL's histograms, which are themselves derived from GSL histograms.