You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I’m overoptimizing for brevity here, but I feel like it’d be nice to have named quartile reducers for boxplots. You can always use data => d3.quantile(data, 0.25) instead, but "quartile1" is shorter.