You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iw=fpl.ImageWidget(data=[data_raw, data_reg, mean_sub], names=["Raw", "Registered", "Reg, Mean-Sub"])
iw.show()
...
158ifsubplot_names.size!=n_subplots:
-->159raiseValueError(
160f"must provide same number of subplot `names` as specified by shape, extents, or rects: {n_subplots}"ValueError: mustprovidesamenumberofsubplot`names`asspecifiedbyshape, extents, orrects: 4