domitry / nyaplot

interactive plots generator for Ruby
MIT License
219 stars 27 forks source link

Use daru as default DataFrame library #50

Open v0dro opened 9 years ago

v0dro commented 9 years ago

While making some tutorials for using daru as a visualization tool with nyaplot for my GSOC project, I came across quite a few instances where I realized that instead of first converting to nyaplot data types, it would be very convenient if users could simply use daru with nyaplot directly.

For example, scatter plots automatically update themselves when the corresponding data frame is updated, but this can only be done when it's a Nyaplot::DataFrame (or now a Mikon::DataFrame).

I think it will be in the best interests of both daru and nyaplot if we used daru with nyaplot.

Here are more reasons for my conviction:

v0dro commented 9 years ago

@agarie @pjotrp

pjotrp commented 9 years ago

Just go for it. Fork and live :). Naoki may catch up later.

kylekyle commented 8 years ago

I would love to see a fork of Nyaplot with daru as the dataframe. I spend a lot of time in going between the two.