karolzak / ipyplot

IPyPlot is a small python package offering fast and efficient plotting of images inside Python Notebooks. It's using IPython with HTML for faster, richer and more interactive way of displaying big numbers of images.
MIT License
415 stars 41 forks source link

Can't plot more than 30 images at once. #7

Closed aseemarora1995 closed 4 years ago

aseemarora1995 commented 4 years ago

I have a list which contains 120 images, but only the first 30 images get plotted.

karolzak commented 4 years ago

Hi @aseemarora1995 Can you provide more details on your image list? Is it a list of numpy.array or list of URIs? Which function are you using for plotting and what are the parameters you're using? Each ipyplot function have an argument which is responsible for limiting down the number of plotted images to a certain number, maybe you need to change that value in your case.