pibrary.visualization

Functions

plot_images() → None)

Plot a grid of images.

Module Contents

pibrary.visualization.plot_images(images: List[str | numpy.ndarray], title: str | None = '', figsize: tuple = (20, 20)) None[source]

Plot a grid of images.

Parameters:
  • images (List[Union[str, np.ndarray]]) – List of image paths or NumPy arrays.

  • title (Optional[str]) – Title for the entire plot (default is an empty string).

  • figsize (tuple) – Size of the figure (default is (20, 20)).

Returns:

None