SciRuby / plotrb

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

Add Legends component to Plotrb #3

Closed zuhao closed 10 years ago

zuhao commented 11 years ago

Legends is added to Vega recently. It has not been incorporated into Plotrb yet.

We need to add this new component and its DSL to Plortb. For reference, you may take a look at the implementations of other components already in Plotrb.

I've skimmed through Vega's Legends spec, and this task should be pretty straight forward.

translunar commented 11 years ago

What's the difficulty on this? You know better than me -- probably intermediate or advanced?

papriwalprateek commented 10 years ago

This can be closed now!

translunar commented 10 years ago

Okay. FYI, if you put in the commit message something like "Fixes #3", that will cause this to close automatically. =)