Тёмный

Animating Plots In Python Using MatplotLib [Python Tutorial] 

CodingLikeMad
Подписаться 3,4 тыс.
Просмотров 71 тыс.
50% 1

This video shows how to make mp4 and gif (movie) files out of figures in python using matplotlib. Maximize your data visualization impact using matplotlib animation when doing data science.
FFMpeg can be downloaded here if you need it:
www.ffmpeg.org/download.html
The github repo can be found here for all the examples mentioned:
github.com/codinglikemad/pyAn...

Наука

Опубликовано:

 

19 янв 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 86   
@leobianco838
@leobianco838 2 года назад
I never comment on YT, but I have to say, you have an exceptional talent for teaching. Thank you for this clear explanation !
@CodingLikeMad
@CodingLikeMad 2 года назад
Thankyou :)
@MrJonsi7777
@MrJonsi7777 Год назад
Brilliant, thank you! I knew that it couldn't be so hard given you can export plots as images, but this is way cleaner than any documentation I attempted to read!
@leonacndanmark
@leonacndanmark Год назад
Awesome plotting video... and even more important, really well explained! In this way you grab both the beginner and experienced audience after my opinion.
@tdworz
@tdworz Год назад
You taught me a whole new way to think about data visualization animation. Fantastic vid! Thanks!
@ScienceGuy60223
@ScienceGuy60223 Год назад
I don't usually comment but this was an excellent tutorial, thanks for making it! Clear and straightforward, I was able to use this on a data visualization problem at work and people love being able to have their own copy of the animation I made.
@joepvandeneijnden3226
@joepvandeneijnden3226 2 года назад
Showing how to solve the error by defining the path to ffmpeg was very helpful! Thanks a lot. :)
@smabedi
@smabedi 8 месяцев назад
The best tutorial about animated graphs I've ever seen!
@charlihamilton4379
@charlihamilton4379 2 года назад
I've been trying to animate the evolution of a Wigner function as a surface plot for a while now and kept getting stuck but this taught me exactly how to do it! Thank you very much
@rafiohero1
@rafiohero1 2 года назад
Best tuto ever on this topic where others are so complicated !
@CodingLikeMad
@CodingLikeMad 2 года назад
Thanks so much :)
@scuffed_content
@scuffed_content 2 года назад
I like to use ffmpeg and ffplay when testing cameras used for OpenCV. Nice job ! Keep it up.
@corysechrest
@corysechrest Год назад
Definitely going to be using this as the basis to animate/plot some MLB pitches. Thanks for the tutorial!
@nicolassaintier5829
@nicolassaintier5829 Год назад
Nice and clear, just what I needed ! Thank you very much !
@baila_fuerte
@baila_fuerte Месяц назад
You are amazing! One of the best channels out there! :) This video was great. Thank you!
@jakubscholtz3320
@jakubscholtz3320 Год назад
Thanks man, this was super helpful.
@christianburgos7961
@christianburgos7961 6 месяцев назад
This is fantastic. Thank you sir! I'll use it on my projects :)
@MrMarc1991
@MrMarc1991 Год назад
Thank you for the tutorial. You have a really good teaching style, clear and easy to follow.
@unverozkol
@unverozkol Год назад
Your 3D surface plot animation in the github was saved my day. Thank you.
@unverozkol
@unverozkol Год назад
Quick Question, I've a single "for loop" that generates two outputs. And I like to make two separate mp4's with each one of them. And I only want to run this "for loop" once. how can this be done?
@jucaandre
@jucaandre 8 месяцев назад
thank you! very nice explanation
@madhavsirohi2225
@madhavsirohi2225 Год назад
Wow that was so wonderfully made! Loved it!
@dvir-ross
@dvir-ross 8 месяцев назад
Great video! Thanks
@AI_For_Scientists
@AI_For_Scientists Год назад
loved it thank you
@alireza48ify
@alireza48ify Год назад
Very nice video, thank you! I have some data files that have information such as coordinates and vector components in a mesh in a plane. These data files show evolutions of vectors (dipoles) over Monte Carlo steps. I can plot each step of course as density plot in a seaborn but it would be nice to visualize how the dipoles evolve over Monte Carlo steps. Do you have any suggestions where I need to begin? Thank you again
@denizural5390
@denizural5390 8 месяцев назад
Great video 👏👏👏 subbed
@nenekyuu
@nenekyuu Год назад
Thank you so much, this was really helpful! I've been trying to display also the frame number on the plot (in the .gif file) but I can't really figure out how to do it. Any ideas?
@p0kepengin592
@p0kepengin592 2 месяца назад
great video!
@electron46
@electron46 Месяц назад
Thank you for the excellent video content. I would suggest that you use a larger font and one with greater contrast.
@TheTenorChannel
@TheTenorChannel 2 года назад
Excellent useful and clear video, I'm recommending your channel!
@CodingLikeMad
@CodingLikeMad 2 года назад
Appreciate it, glad you liked it.
@randyyates9837
@randyyates9837 4 месяца назад
First, excellent tutorial, thank you. Question: How would you add an audio track to the generated .mp4?
@algola7024
@algola7024 2 года назад
Thank you for this. I learned so much 😊
@BetterMedia
@BetterMedia 13 дней назад
Amazing
@shirosensei3565
@shirosensei3565 10 месяцев назад
Hi! I did the same to get the surface levels for a 4D function (f(x,y,z)=x^2+y^2+z^2, here the gif plot a family of spheres of radius R), i wonder if is possible to plot a bar that moves with the variation of R.
@G_a_n_d_u
@G_a_n_d_u 2 года назад
Many many thanks..... Please carry on❣️
@estherlisiane9786
@estherlisiane9786 Год назад
How to display one point at a time, i.e point by point without keeping the past plots? So that it can display as a single moving dot?
@fakhriddinostanakulov1628
@fakhriddinostanakulov1628 8 месяцев назад
It doesn`t work in Jupyter Notebook
@knowledgelover2736
@knowledgelover2736 Год назад
Question. Can this be done in real time? Or does it only collect all data and then render post? Also. This explanation was insanely clear. I never really understood matolotlib until seeing this.
@CodingLikeMad
@CodingLikeMad Год назад
So the rendering itself is done as it goes. Basically what it does is render each frame of the graph and then drops it into a frame buffer. However I believe it does not encode until the end when it saves. From a practical perspective though, for 60 fps it will take longer to run the script than the final video is. If you wanted matching speeds you'd either need to further optimize or set a lower fps for the output I think. I havent timed it, but I believe for most graphs I would do this with, it will take longer than the 8 or 16 ms per frame I'd want to look real time.
@youcefyahiaoui1465
@youcefyahiaoui1465 10 месяцев назад
Truly outstanding tutorial! Thank you.
@rooroo140
@rooroo140 Год назад
Could this be done within the Python visualization of Power Bi? I’ve been trying to use Plotly for this but that library isn’t supported.
@muhammadishaq2532
@muhammadishaq2532 Год назад
@CodingLikeMad I am having trouble to graph values of two parameters generated from python code included loops with multiple if statements. each iteration generate one value of required parameter, and graphing these against the variable responsible of change in values is need! looking for help.
@Kaassap
@Kaassap 10 месяцев назад
You could have just used the linspace as xlist and ran np.sin(xlist) that would have given you the vectorized versions of xlist and ylist.
@gustavojuantorena
@gustavojuantorena 5 месяцев назад
Best tutorial for this topic on internet
@eriksteen84
@eriksteen84 Год назад
Thank you for the wonderful video!
@pabitraranjangiri1773
@pabitraranjangiri1773 Год назад
Thank you very much for the instructions
@gedtoon6451
@gedtoon6451 11 месяцев назад
Matplotlib FuncAnimation appears to use global variables. Is there a way to put the FuncAnimation code in a main() function and call it with : if _name_ == "__main__": main()
@AliceShisori
@AliceShisori 8 месяцев назад
thank you bro! just what I want to learn right now :D
@sidddddddddddddd
@sidddddddddddddd 2 года назад
I have a function graph(num) where num ranges from 0 to 1000. It returns x and y list for each value of num. Now, I tried running this: with writer.saving(fig, "plot.gif", 100): for num in range(0, 1000+1): x, y = graph(num) l.set_data(x, y) writer.grab_frame() But it throws me the error: list index out of range. Could you help me with this, why do I have this error?
@CodingLikeMad
@CodingLikeMad 2 года назад
Which line throws that error? If it is l.set I'd guess your x and y are not the same length. I'd check the content of x and y first.
@gotuki7889
@gotuki7889 Год назад
I have a question : what if we want to create a video from matrixes that we convert into images ? Is it the same idea ?
@CodingLikeMad
@CodingLikeMad Год назад
As long as the matrix display is done through matplotlib, it should be the same, yep. I havnt tested it, but I assume it will work for you.
@adamcierpica9411
@adamcierpica9411 Год назад
Hey, thank you for the tutorial, anyone has an idea why PyCharm might be returning a blank frame (no values/grid no nothing) .gif file? so seems it's not even generating a first frame. Generating a static Fig. works without any problems. thank you in advance
@my-love404
@my-love404 2 месяца назад
you deserve more subscribers ☺ ☺ ☺ ☺ 👏 👏 👏 👏
@my-love404
@my-love404 2 месяца назад
I want to learn sir please tell me the process, I want to see mathematical equation and theorem, moving and visualization like a pro.... What to learn first and where ?
@agc444
@agc444 Год назад
Great job. Thanks a lot.
@daddy_myers
@daddy_myers 2 года назад
Hey Mad! I tried using your code today; but unfortunately, it keeps giving me the error message:"invalid command name .!canvas" on the "writer.grab_frame()" line. Could you please tell me why that error is popping up and how I could solve it? The plot does work sometimes when I edit a couple random snippets of the code; but it's either a blank or a stationary plot with only the black sine function plotted, and sometimes it wouldn't even show the figure tab! - I couldn't manage to make it show an animated plot at all. Also, I'm using an exact copy of your code which I got off your github link; so I'm sure there are no typos on my side. Thanks in advance!
@CodingLikeMad
@CodingLikeMad 2 года назад
Weird, I'll look into it. Havent seen that before.
@daddy_myers
@daddy_myers 2 года назад
@@CodingLikeMad Keep me updated!
@CodingLikeMad
@CodingLikeMad 2 года назад
@@daddy_myers So I don't have a guaranteed answer for you, but a bit of research shows me that this error is likely due to the tk window being closed somehow. Basically it looks for the window to grab the frame from, and then it can't find it. A few different things come to mind - one being that your computer is possibly underpowered for rendering and the window object isn't fully initialized when the frame grab is called. Another possibility is that there is an issue with tk window setup, perhaps the render engine itself isn't callable. Can you normally plot graphs well? Is it possible your computer is under powered for this? Just two guesses. In the former case you'd need to setup your libraries correctly, while in the latter case I'd suggest throwing a loop with a 'try...except' around the frame grab, and then having it wait a second and trying again for 5 or 10 seconds total time before giving up on the frame. BTW, does it fail on the first frame of the video, or later on?
@daddy_myers
@daddy_myers 2 года назад
@@CodingLikeMad I'm pretty sure it's not about my computer, since I can plot graphs just fine - and I managed to make a perfectly operating animated plot yesterday using a different code; so that's not to blame. As for the second question, the plot mostly fails to be projected at all; meaning I just get clear, blank axes.
@tofumakesvideos
@tofumakesvideos 15 дней назад
Hello, is it possible to feed live data to the program and plot it with your method sir? Thank you.
@CodingLikeMad
@CodingLikeMad 9 дней назад
With sufficient work, yes. But itd be pretty round about I think.
@hanzo52
@hanzo52 Год назад
What if you have an xcel sheet with x and y values you want to animate with gif?
@CodingLikeMad
@CodingLikeMad Год назад
Export it to a csv, then load it from python using something like readcsv()
@mohamedunknown871
@mohamedunknown871 Год назад
Thanks for the video. I am only seeing a plot of the wave with no animation. Would you know why that is? Below is my code. import matplotlib.pyplot as plt import numpy as np from matplotlib.animation import PillowWriter fig = plt.figure() l,= plt.plot([], [], 'k-') plt.xlim(-5, 5) plt.ylim(-5, 5) def func(x): return np.sin(x) metadata = dict(title='Movie', artist='test') writer = PillowWriter(fps=15, metadata=metadata) xlist = [] ylist = [] with writer.saving(fig, "sinWave.gif", 100): for xval in np.linspace(-5,5,100): xlist.append(xval) ylist.append(func(xval)) l.set_data(xlist, ylist) writer.grab_frame()
@arunsebastian4035
@arunsebastian4035 2 года назад
hi sir this video is great but when i try to do this i got an error in google colab as "List index out of range " can you help me how to solve that
@CodingLikeMad
@CodingLikeMad 2 года назад
Can you say where the error occurs?
@francoiswessels8062
@francoiswessels8062 2 года назад
simplest=most_powerful
@CodingLikeMad
@CodingLikeMad 2 года назад
Sometimes it to be that way :)
@naturfagstoff
@naturfagstoff Год назад
Cool! Can You give an example of trapezoid integration?
@risottoyagami4151
@risottoyagami4151 10 месяцев назад
Then there's no point of buying Tableau or Power BI for data visualization; you truly are a genius.
@frd85
@frd85 3 месяца назад
very helpful video. thanks!
@thebuggser2752
@thebuggser2752 6 месяцев назад
Very neat!! Thanks!!
@knowledgelover2736
@knowledgelover2736 Год назад
This was awesome but when is the next Mistborn book coming out?
@davidmurphy563
@davidmurphy563 6 месяцев назад
As simple as that. Nice explanation. Question, Mad... Is your full name Madison?
@carlosdavid4193
@carlosdavid4193 2 года назад
Thanks for your tutorial. But, please, zoom your screen.
@CodingLikeMad
@CodingLikeMad 2 года назад
For this tutorial I had increased the font size in pycharm to make things more visible, I'll look into improving viewability more. Thanks for the feedback :)
@YTUsed
@YTUsed Год назад
Codes are literally 2px on my phone lol
@CodingLikeMad
@CodingLikeMad Год назад
Yeah, I'd recomend not looking at code on your phone :p
@ym9849
@ym9849 Год назад
👌👌
@takayush6313
@takayush6313 Год назад
Wish u were my teacher :]
@GoCoding-vd9k
@GoCoding-vd9k 6 месяцев назад
nice matplotlib 🙂
@kychemclass5850
@kychemclass5850 Год назад
Tq.
Далее
Seaborn Is The Easier Matplotlib
22:39
Просмотров 161 тыс.
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Просмотров 538 тыс.
ОНО СУЩЕСТВУЕТ?? #shorts
00:19
Просмотров 876 тыс.
How I make science animations
43:39
Просмотров 691 тыс.
Animations With matplotlib
18:49
Просмотров 39 тыс.
Let's code 3D Engine in Python from Scratch
14:55
Просмотров 375 тыс.
Professional 3D Plotting in Matplotlib
17:24
Просмотров 110 тыс.
High FPS animations in matplotlib
13:22
Просмотров 34 тыс.
Planet Simulation In Python - Tutorial
1:00:02
Просмотров 493 тыс.
Make Videos Like 3Blue1Brown | Manim
9:32
Просмотров 149 тыс.
Making Animations in Python using Matplotlib!
22:05
Просмотров 7 тыс.
WWDC 2024 - June 10 | Apple
1:43:37
Просмотров 10 млн
С iPhone точно не укачает!
0:41
Просмотров 426 тыс.
iOS 18 vs Samsung, Xiaomi,Tecno, Android
0:54
Просмотров 67 тыс.
iOS 18 vs Samsung, Xiaomi,Tecno, Android
0:54
Просмотров 67 тыс.