add histogram visualization function
Compare changes
- Alessia Saccardo authored
+ 131
− 1
@@ -15,7 +15,7 @@ import matplotlib
@@ -775,3 +775,133 @@ def chunks(zarr_path: str, **kwargs):
Create a function to plot the histogram of a volume based on seaborn.histplot, with an option to specify a particular slice for plotting.