pymerlin.plot.imshow3
- pymerlin.plot.imshow3(I, ncol=None, nrow=None, cmap='gray', vmin=None, vmax=None, order='col')[source]
Tiled plot of 3D data
- Parameters
I (3D array) – Data to plot, expanding along last dimentsion
ncol (int, optional) – Number of columns. Defaults to None.
nrow (int, optional) – Number of rows. Defaults to None.
cmap (str, optional) – Matplotlob colormap. Defaults to ‘gray’.
vmin (float, optional) – Color range lower limit. Defaults to None.
vmax (float, optional) – Color range higher limit. Defaults to None.
order (str, optional) – Row or column order. Defaults to ‘col’.
- Returns
Tiled array
- Return type
np.array