from beast.plotting.plot_filters import plot_filters

acs_wfc = ["f435w", "f475w", "f555w", "f606w", "f625w", "f775w", "f814w"]
filters = [f"HST_ACS_WFC_{cfilt.upper()}" for cfilt in acs_wfc]
plot_filters(filters)