pymerlin.plot.plot_3plane
- pymerlin.plot.plot_3plane(I, title='', cmap='gray', vmin=None, vmax=None)[source]
3 plane plot of 3D image data
- Parameters
I (array) – 3D image array
title (str, optional) – Plot title. Defaults to ‘’.
cmap (str, optional) – colormap. Defaults to ‘gray’.
vmin (int, optional) – Lower window limit. Defaults to None.
vmax (int, optional) – Upper window limit. Defaults to None.