Matplotlib Tutorial - Part 12: Show Images Using IMSHOW

preview_player
Показать описание
In this video, I will be showing you how to make your first imshow code, customize the visualization, and also how to make sure you prepare for a strong presentation.

In this Python Programming video, we will be learning how to get started with Matplotlib. Matplotlib is a plotting library with a lot of functionality for visualizing our data in an easy-to-digest format. We will learn how to make simple line plots, customize our graphs, and the basics of working with Matplotlib. Let's get started...

The code from this video (with added logging) can be found at:

#matplotlib #imshow #python

My gear:
- Apple Macbook Pro
- Dell U2720Q monitors
- Logitech Mc Master3 mouse
- Logitech G15 keyboard
- Blue Yeti microphone
- Neewer softbox, light and stand

My related videos:

Рекомендации по теме
Комментарии
Автор

thanks for the video, you explain very well, it's so interesting to listen to you

zarinaiztay
Автор

Your video is really excellent and I learned how simple it is to generate attractive borders for images. One suggestion is that using a larger font would make your videos more enjoyable to view. Even at max resolution and full screen, it's tough to read your code. Thanks.

electron
Автор

thanks it helps me better understand the concepts of computer vision

pascualsilva
Автор

hi, thank you for the content. I have a question, can we change the value 500 to 50 not changing the image, not cutting the image? I only want to change the number written on that.

debdipguchait
Автор

Thank you so much for the tutorial. But there is this one error that keeps popping up.TypeError Traceback (most recent call last)
Cell In[12], line 2
1 plt.figure(figsize=(7, 7))
----> 2 plt.imshow(my_array)

TypeError: Invalid shape (1, 2, 8) for image data

muthukrishnan
Автор

TypeError Traceback (most recent call last)
Cell In[199], line 2
1 plt.figure(figsize=(15, 6))
----> 2 plt.show(spam_wc)

TypeError: 'WordCloud' object is not callable
help me to solve this error

hassansharif