fixed image plotting bug

This commit is contained in:
2023-01-29 12:51:39 +01:00
parent 6abda3e5a6
commit 8c271a310c

View File

@@ -86,7 +86,7 @@ def plot_channel(data, channel_name, ax=None):
3: plot_image_channel,
}
plot_f[channel_dim](data, channel_name, ax)
plot_f[channel_dim](data, channel_name, ax=ax)
def axis_styling(ax, channel_name, description):