from beast.plotting.plot_filters import plot_filters

acs_wfc = ["f850lp", "f502n", "f550m", "f658n"]
filters = [f"HST_ACS_WFC_{cfilt.upper()}" for cfilt in acs_wfc]
plot_filters(filters)