import matplotlib.pyplot as plt months = ["Jan", "Feb", "Mar", "Apr"] north = [18, 22, 24, 28] south = [14, 18, 20, 23] target = [16, 20, 23, 26] fig, ax = plt.subplots(layout="constrained")