Open gedankenstuecke opened 4 years ago
Hello, please refer this library hope it helps : https://github.com/jasondavies/science.js. https://stackoverflow.com/questions/9088323/loess-implementation-using-javascript
Thanks! Actually, @beaugunderson already made a first pass at creating a stand-alone visualization code at: https://github.com/beaugunderson/loess
It would just need someone to implement it in this repo :)
I will try to get this done as well.
Amazing, thanks! 🙏
The notebooks I made using
ggplot2
in R have a nice loess fit for the data points that helps in visualizing things, see https://exploratory.openhumans.org/notebook/83/I couldn't figure out how to do this with
metricsgraphics
ord3
. Someone that actually speaks javascript would be needed for that :)