from pathlib import Path import matplotlib.pyplot as plt plans = ["Standard", "Pro", "Enterprise", "Education"] signups = [180, 245, 90, 135] colors = ["tab:blue", "tab:orange", "tab:green", "tab:red"] fig, ax = plt.subplots(layout="constrained")