scisalt.matplotlib.imshow_batch

scisalt.matplotlib.imshow_batch(images, cbar=True, show=True, pdf=None, figsize=(16, 12), rows=2, columns=2, cmap=None, **kwargs)[source]

Plots an array of images to a single window of size figsize with rows and columns.

  • cmap: Specifies color map
  • cbar: Add color bars
  • show: If false, dismisses each window after it is created and optionally saved
  • pdf: Save to a pdf of filename pdf
  • **kwargs passed to matplotlib.axis.imshow