fixed image plotting bug
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user