from beast.plotting.plot_filters import plot_filters

wfpc2 = ["f336w", "f380w", "f439w", "f450w", "f555w", "f569w"]
filters = [f"HST_WFPC2_{cfilt.upper()}" for cfilt in wfpc2]
plot_filters(filters)