you're a freakin life saver, i was searching for a week how to not have a plot with increasing number of points, that -50 saved me. Arigato Gozaimasu.
@WaveShapePlay Жыл бұрын
Gald you found it helpful!
@warinwanpare1995 Жыл бұрын
thank you sir, all your tutorial has been amazing for me and it's very useful at my work. I can't wait more video from you .
@kychemclass58502 жыл бұрын
It's been a dream of mine to pump Arduino data into Libreoffice Calc so their pre-existing charting facilities can easily be used, data logged and processing can be done all in one place. Matplot lib is IMHO the last step before doing it in calc. Love your python/arduino vids - thank you.
@WaveShapePlay2 жыл бұрын
That is an interesting idea. Thank you for the kind feedback!
@keith64162 жыл бұрын
It helps me a lot!! Thank you for sharing.
@PremKumar-fh2hw22 күн бұрын
Can we plot the data from raspberry Pi pico
@nadiasafafajriani1121 Жыл бұрын
can i use this with tkinter instead??
@voytechj Жыл бұрын
Yes, matplotlib plots can be embedded in Tkinter window, and you can always use canvas widgets to plot signals with points or lines.
@cyrusmuthui52 Жыл бұрын
Hi, Great video. How can I plot three different values being sent by the arduino? Please help
@orisplus37339 ай бұрын
robosub?
@cyrusmuthui529 ай бұрын
robosub is like an application or?
@Noname-bg5nh2 жыл бұрын
Excellent video!
@WaveShapePlay2 жыл бұрын
Thank you for watching!
@charlesbizet93132 жыл бұрын
Thanks you for this video
@WaveShapePlay2 жыл бұрын
Thank you for watching!
@corentinlanguepin5270 Жыл бұрын
Hi Sir, thanks for this video that helps me a lot. Nevertheless, for your x axis, how could it be possible to have this plot "in real time" with your time as your x axis. Here, your x axis is fixed. Thanks for your answer !
@WaveShapePlay11 ай бұрын
The "x" is the place within the frame. I do understand what you are saying, but the Real time is in reference to the frame data updating with a constant frequency.
@edgarromeroherrera28862 ай бұрын
you're the man
@noyes1275 Жыл бұрын
I am using Jupyter Notebook When i input the letter 'g' my plot is empty, showing nothing😢
@altarazisultan Жыл бұрын
Did you find a solution? I am getting empty plot also using PyCharm.
@Glanmire3 Жыл бұрын
I presume you type the letter g on the keyboard, which is wrong because the arduino board sending through by the serial port. However, don't forget to check and modify the serial port number in the python source code according to your operating system! (For example on my system the windows assigned to COM4)
@sandhayagupta494810 ай бұрын
It may be due to wrong serial port number or wrong baud rate