Anscombe’s Quartet

AE 17

import polars as pl
from plotnine import *
anscombe_quartet = pl.read_csv("data/anscombe.csv")

Make the figure from the slides.

# add code here