A least-squares fit of y on x is completely determined by the data: slope = Σ(xᵢ−x̄)(yᵢ−ȳ) / Σ(xᵢ−x̄)². Nothing about the axis limits, the pixel aspect ratio, or the chosen colour palette enters that formula, yet all three change a viewer's perceived steepness, because visual angle — not the numeric slope — is what the eye estimates.
A histogram is a set of bin choices imposed on continuous data. With bin width h, a mode narrower than roughly 2h can be averaged away entirely, while random clustering inside overly narrow bins produces visible peaks with no population-level meaning — this is the bias/variance trade-off of density estimation made visible.
Anscombe's quartet fixes mean(x), mean(y), var(x), var(y), correlation r, and the OLS line across four datasets by construction, proving that the first five moments of a joint distribution can be identical while the shapes (linear, quadratic, single outlier driving the fit, near-vertical cluster) are completely different.
slope = Σ(xᵢ−x̄)(yᵢ−ȳ) / Σ(xᵢ−x̄)²
r = cov(x,y) / (sd(x)·sd(y))
perceived slope ∝ (Δy/Δx) · (pixel height / pixel width) — Cleveland's banking-to-45°