@alexkyllo @austin_bradley oh wow, so many gems here. I’ve always had the best best luck keeping as close to the raw data as possible, making as few aggregations and modeling simplifications as I can get away with.
Sometimes it’s necessary to collapse it in order to communicate it. And once you have a story, you can aggregate the hell out of it to streamline your storyline. But for me aggregation and modeling is mostly a necessary evil.
@alexkyllo @brohrer @austin_bradley Ok! The finding out what LOESS is useful for serious made me decide to read all linked material tonight 😃.
Thanks for sharing! Can't wait 😊
Observable Plot is a free, open-source JavaScript library to help you quickly visualize tabular data. It has a concise and (hopefully) memorable API to foster fluency — and plenty of examples to learn from and copy-paste. In the spirit of show don’t tell, below is a scatterplot of the height and weight of Olympic athletes (sourced from Matt Riggott), constructed using a dot mark. We assign columns of data (such as weight) to visual properties (such as the dot’s x), and Plot infers the rest. You can configur