Matplotlib Animations in Python

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 111

  • @StephenEhrlichPhotos
    @StephenEhrlichPhotos 3 года назад +29

    Your Python series is my favorite. I learn from you. I look forward to future Python tutorials.

    • @NeuralNine
      @NeuralNine  3 года назад +2

      thanks :)

    • @rayenwiller
      @rayenwiller 2 месяца назад

      @@NeuralNine may i ask why does it plot faster after you added an if statement

    • @flowocode
      @flowocode Месяц назад +1

      @@rayenwiller it doesn't waste time plotting and so it runs faster

  • @ChrisadaSookdhis
    @ChrisadaSookdhis 3 года назад +24

    What's a good way to save these animation as video or gif ?

  • @thomasgoodwin2648
    @thomasgoodwin2648 3 года назад +5

    As long as you keep teaching the things they don't teach in classrooms n other tutorials, I'll keep coming back.
    I love the fact you don't edit out the messy bits of programming, but instead demonstrate the process from 1st principles to working model. Most of the videos out there these days boil down to "Run this Jupyter Notebook on Collab".

    • @NeuralNine
      @NeuralNine  3 года назад

      thanks for your kind words! :D

  • @reivmarmalade
    @reivmarmalade 3 года назад +2

    your intro music is amazing
    good video btw

  • @santoshlalwani2503
    @santoshlalwani2503 3 года назад +2

    i am new to python and i don't even get this , but i still love watching your videos till end

  • @waqasaps
    @waqasaps 3 года назад +1

    i felt like you are just typing what you are reading. you were like " off course lets reshape it" lol

  • @marshalljordan2416
    @marshalljordan2416 Год назад +2

    Thanks for the lesson, Professor. Your teaching is clear and easy to follow.

    • @Catloverss95
      @Catloverss95 Год назад

      Python contour animation
      ruclips.net/video/ZFQwwxyKG_U/видео.html

  • @rihabhoceini7245
    @rihabhoceini7245 8 месяцев назад

    this very clear and helpful , thank you

  • @pokegamerspoint6577
    @pokegamerspoint6577 3 года назад +22

    You have a lot of audience from India

  • @rohithreddy75
    @rohithreddy75 11 месяцев назад

    You are a great teacher.

  • @Diamond_Hanz
    @Diamond_Hanz 3 года назад +2

    nice! i'm so doing this on my project before it's due!

  • @Emotekofficial
    @Emotekofficial 2 года назад +5

    This is very good! A straight up for loop rather than using animate class from mpl. But could you help out how to render or export this animation? Do we have to export all the pictures and do frames/Sec manually for this??

  • @wko_
    @wko_ 3 года назад +3

    Thanks for another good project!
    🇧🇷

  • @qaisjoker8306
    @qaisjoker8306 Год назад

    this is simple and helpful that I feel I need to pay for this video!. Thank you.

  • @kittoh_
    @kittoh_ Год назад +4

    Cool! Is there a way to capture the animations besides using a screen recorder?

    • @Catloverss95
      @Catloverss95 Год назад

      Python contour animation
      ruclips.net/video/ZFQwwxyKG_U/видео.html

  • @enjigaming11
    @enjigaming11 3 года назад

    Your stockmarket predictor was also pretty cool

  • @cargonriv
    @cargonriv 2 года назад +1

    Excellent video! Great job explaining this 'niche' skill

  • @cauchyschwarz3295
    @cauchyschwarz3295 2 года назад +4

    Why does the plt.clf() not delete the points as well?
    Great video btw.

    • @pablovaldes365
      @pablovaldes365 Год назад

      You're plotting the points in each cycle of the loop, so although you delete them a the start, you plot them again.

  • @RafiqulIslamSarker1337
    @RafiqulIslamSarker1337 2 года назад +6

    When I do the very first thing you showed here (with x_value, y_values), it plots each of the points in a separate figure in the terminal. Even though I put plt.show() after the loop. Is there any difference in how pycharm and spyder handle plt.scatter() command?

    • @CamsGames1
      @CamsGames1 2 года назад

      I am using PyCharm and getting the same problem. Did you figure out a solution?

    • @timobrenn
      @timobrenn 7 месяцев назад

      If you're using jupyter notebook you can fix this by writing
      %matplotlib qt
      at the top of the cell.
      You should be able to find something somewhere that allows you to change from inline plotting to qt (the gui library) plotting

  • @mohab551
    @mohab551 Год назад +1

    Hi, thank you for the video. I tried to follow your steps, but I got a different result. Many figures were generated to update the plot. Do you have any idea why is this happening?
    x_values= [ ]
    y_values= [ ]
    for _ in range(100):
    x_values.append(random.randint(0,100))
    y_values.append(random.randint(0,100))
    plt.xlim(0,100)
    plt.ylim(0,100)
    plt.scatter(x_values, y_values)
    plt.pause(0.001)
    plt.show()

  • @michalsejak
    @michalsejak 3 года назад

    11:21 - That's a big brain trick, surrounding the _entire thing_ by `if x % 5 == 0` :D But hey, at least you've shown me that `plt.pause(...)` exists, thanks.
    You were looking forward to that 50x speedup, and then... hmmm... "kind of" :D

  • @rexdahlia2404
    @rexdahlia2404 Год назад

    Thank you for this video :]

  • @nikhil182
    @nikhil182 3 года назад

    Your desktop has clean look👍

  • @Rapha_Carpio
    @Rapha_Carpio 8 месяцев назад

    Do you have more videos about animations im really into that it’s fun and help me to understand arrays and matrix

  • @visualgebra
    @visualgebra 3 года назад +3

    how to save the results in mp4 format ?

  • @s.aravindh6227
    @s.aravindh6227 3 года назад +1

    Nice video bro 👍👍👍

  • @sehbanomer8151
    @sehbanomer8151 3 года назад +3

    I there a way to save the animations as gif?

  • @paulofreitasgomes6389
    @paulofreitasgomes6389 Год назад

    nice initiative!! although, you look more focused on show how much you know Python...

  • @renatocorreaarrieche
    @renatocorreaarrieche 3 года назад

    Very nice video, thanks for sharing

  • @dimitriosdesmos4699
    @dimitriosdesmos4699 3 года назад

    very good and very useful

  • @JoyKing-rj8rx
    @JoyKing-rj8rx 2 месяца назад +1

    in time 10:29 why the color changes each time

  • @gedtoon6451
    @gedtoon6451 Год назад

    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()

  • @someshvemula9966
    @someshvemula9966 3 года назад +1

    You are awesome.

  • @TR1ckY_TV
    @TR1ckY_TV 3 года назад +3

    where's your intro from?
    I know that I've heard it somewhere but can't figure it out 🥺

    • @NeuralNine
      @NeuralNine  3 года назад +1

      Made it myself. The music is from the RUclips free audio library

  • @shreeshaaithal-
    @shreeshaaithal- 3 года назад +2

    Please make a video on WhatsApp chatbot AI please make this ..
    And also love you videos

  • @abhinavchoudhary8014
    @abhinavchoudhary8014 3 года назад

    Really nice video, can you please make more on these topic

  • @GermanTopGameTV
    @GermanTopGameTV 4 месяца назад

    My jupyter notebook doesn't update the plot but creates more of it..

  • @subhadeepchoudhury5855
    @subhadeepchoudhury5855 2 года назад

    Why this animation work in pycharm but doesn't work in Jupiter notebook

  • @George85677
    @George85677 3 года назад +1

    @ 6:02 what is the purpose of x = x.reshape(-1,1); what does that do?

    • @imdadood5705
      @imdadood5705 3 года назад

      It reshapes the vector basically. -1 means, “hey numpy I don’t care how many rows you make but you have to make sure that I get only 1 column”. Eg: if you have matrix of shape 3,4 and you do matrix.reshape(-1,6). You will end up with a matrix of shape 2,6.

    • @George85677
      @George85677 3 года назад

      @@imdadood5705 Thank you, so to clarfiy, the -1 in (-1,1) basically subtracts 1 from the m-dimension of the original mxn-matrix?

    • @imdadood5705
      @imdadood5705 3 года назад +1

      @@George85677 Not subtract necessarily. It fixes it own dimension by looking the n dimension.
      6,3.reshape(-1,1) would give 18,1
      2,5.reshape(1,-1) would give 1,10
      4,3.reshape(-1,6) would give 2,6
      6,6.reshape(18,-1) would give 18,2
      Do you see the pattern here? It just fills in appropriate value for -1 in all the instances.
      If you have 5,4.reshape(-1,3) this would give you an error, because there is no way you can get 20 elements in a matrix having only three columns.
      I hope I made it clear

    • @George85677
      @George85677 3 года назад +1

      @@imdadood5705 Wow, that cleared up a lot. Thank you for your help!

    • @DOROnoDORO
      @DOROnoDORO 2 года назад

      @@imdadood5705 very nice explanation, thanks!

  • @eliotharreau7627
    @eliotharreau7627 2 года назад

    Yes men, very nice . How to put the values of the regression line in a dataframe now ? Thnx Bro .👍👍

  • @camilocano3326
    @camilocano3326 3 года назад

    Great video

  • @robertzedric8954
    @robertzedric8954 2 года назад

    Very helpful!

  • @Khushdixit0045
    @Khushdixit0045 2 года назад

    Please give me suggestion...
    How can i do this in android python ?
    When i try ....
    This was wrong

  • @Zgunners10
    @Zgunners10 2 года назад

    Can you explain the reshape command more please

  • @fredyarcegonzalez2689
    @fredyarcegonzalez2689 2 года назад

    How do I stop a matplotlib animation? I close it, and it reopens again!

  • @DOROnoDORO
    @DOROnoDORO 2 года назад

    7:15 Does anyone know why he used list comprehension instead of just writing the range?

  • @subhadeepchoudhury5855
    @subhadeepchoudhury5855 2 года назад

    I am getting multiple charts when running this code
    What to do

  • @BrianLesko
    @BrianLesko Год назад

    Hey. Id love to replicate this in my interactive VS code notebook, ipynb files, but it doesn't quite work. Has anyone found a solution?

  • @dimitriosdesmos4699
    @dimitriosdesmos4699 3 года назад +1

    I am trying to create a zodiac chart wheel and animate planets, any tips on what would be the best library to use for the animations?? ...eg. a dot( planets) going around a circle (the zodiac) thanks man

  • @АтанасКостов-к5м
    @АтанасКостов-к5м 3 года назад

    Good vid

  • @disrael2101
    @disrael2101 2 года назад

    U don't explained many lines in the code what they do exactly unfortunately

  • @blasttrash
    @blasttrash 3 года назад

    whats your pycharm theme?

  • @abdelmfougouonnjupoun4614
    @abdelmfougouonnjupoun4614 Год назад

    How to save the animation ?

  • @broccoloodle
    @broccoloodle 3 года назад

    You ever heard of animation.FuncAnimation?

  • @aldairdezacaballero2766
    @aldairdezacaballero2766 2 года назад

    How can i install that program?

  • @shyamprakashvp1070
    @shyamprakashvp1070 Год назад

    How to save these as .gif files?

  • @YTUsed
    @YTUsed Год назад

    Is it possible to save as gif?

  • @gautamsingh8247
    @gautamsingh8247 3 года назад

    Big fan Florian , can u bring some more CPP projects

    • @NeuralNine
      @NeuralNine  3 года назад

      which project for example?

    • @gautamsingh8247
      @gautamsingh8247 3 года назад

      @@NeuralNine well u r the expert , but something interesting like a password bruteforcer

    • @gautamsingh8247
      @gautamsingh8247 3 года назад

      Do u have a translated version of ur CPP book ? I think it's in Deutsch right ?

  • @abeermanchanda1168
    @abeermanchanda1168 3 года назад

    Hello, can you please make a video on TCP chat room to chat with other computers on different network in python?

    • @NeuralNine
      @NeuralNine  3 года назад

      I think I have such a video on my channel already.

    • @abeermanchanda1168
      @abeermanchanda1168 3 года назад

      @@NeuralNine, yes sir you have a video on TCP chat room but we cannot chat with other computers on different network/LAN.

    • @NeuralNine
      @NeuralNine  3 года назад +1

      @@abeermanchanda1168 why not? Whether you use it in the internet or on localhost is not a matter of programming but of firewall settings and ip addresses

    • @mrgamer-lu1im
      @mrgamer-lu1im 3 года назад

      You need portforwarding

  • @minusharma1738
    @minusharma1738 3 года назад +1

    Make an pycharm clone

  • @leonelsantos6517
    @leonelsantos6517 2 года назад

    Naice.

  • @mohammedthaier1718
    @mohammedthaier1718 Год назад

    How old are you?

  • @motherisape
    @motherisape 2 года назад

    🎉

  • @rinto_rnr
    @rinto_rnr 3 года назад +1

    Yes i am from India 🇮🇳

  • @alpw404
    @alpw404 3 года назад +1

    48fps

  • @Likalikalips
    @Likalikalips 3 года назад

    plt.pause() la clave

  • @kavitharajni8962
    @kavitharajni8962 3 года назад

    first like!

  • @kavitharajni8962
    @kavitharajni8962 3 года назад

    first comment!

  • @czwu6477
    @czwu6477 3 года назад

    At first, everyone did not believe in Bitcoin, then in Defi, then in NFT, and now someone really does not believe in the RJVX13 algorithm :D

  • @chapmansbg
    @chapmansbg 3 года назад

    Is he talking about that... hahahaha

  • @tsmghost
    @tsmghost 3 года назад

    First✨✨✨♥️

  • @LavaDemon
    @LavaDemon 3 года назад

    is there really still a person who does not know about the existence of RJVX13 algorithm?

  • @floweytale7117
    @floweytale7117 3 года назад

    Why worry about cryptocurrency quotes if there is RJVX13 algorithm?

  • @Film.önerilerii
    @Film.önerilerii 3 года назад

    RJVX13 algorithm is my choice, i dont worry about BTC rates at all

  • @highesstt
    @highesstt 3 года назад

    RJVX13 algorithm is the best, there is no point in arguing with this

  • @slaakyuz4463
    @slaakyuz4463 3 года назад

    RJVX13 bring me 300% profit because of Tesla pump

  • @youssefmebarki9979
    @youssefmebarki9979 3 года назад

    Useless.