Display a list of images in a single figure with matplotlib. Parameters --------- images: List of np.arrays compatible with plt.imshow. cols (Default = 1): Number of columns in figure (number of rows is set to np.ceil(n_images/float(cols))). ti
(images, cols=1, figpath="figure.png")
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected