matplotlib includes a set of built-in style sheets (`plt.style.use("ggplot")`, `plt.style.use("seaborn-v0_8-whitegrid")`) that apply pre-configured aesthetics. The `"ggplot"` style mimics R's ggplot2. Use `plt.style.available` to see all options.