from pathlib import Path import matplotlib.pyplot as plt months = ["Jan", "Feb", "Mar", "Apr", "May", "Jun"] tickets = [128, 104, 91, 76, 63, 58] output = Path("support-ticket-trend.png") fig, ax = plt.subplots(figsize=(6.4, 3.6), layout="constrained")