Professional 3D Plotting in Matplotlib

  Рет қаралды 121,552

NeuralNine

NeuralNine

Күн бұрын

Пікірлер: 80
@antikoerper256
@antikoerper256 9 ай бұрын
I just got into programming, I wanted to do a basic project with some graphics, even tried it on turtle not knowing it wont be interactive. This is golden, really shows how much fo a difference matplotlib does.
@abins641
@abins641 2 жыл бұрын
Before watching the video I'm very confused about doing 3d plots in python, after watching I got a very good idea . Thank you very much.
@SIRENSCINEMATIC-SCOTLAND
@SIRENSCINEMATIC-SCOTLAND 2 жыл бұрын
totally agree very simple straight to the point, perfect
@SumandeepSinghRanamem
@SumandeepSinghRanamem Жыл бұрын
Thank you a lot. I was struggling with this for many days. finally i was able to plot 3d surface with simple 3-4 lines of code.
@antonknoner7924
@antonknoner7924 11 ай бұрын
Holy moly. Fantastic video!! It helped me a lot, gaining an overview of the basic plot funktions. Thx
@hackingchampion
@hackingchampion 2 жыл бұрын
You deserve much more likes and views! Basically teaching some python aspects in like 20 minutes.
@olegsilkin329
@olegsilkin329 11 күн бұрын
Exactly what I was looking for, thank you for the great tutorial!
@NeuralNine
@NeuralNine 7 күн бұрын
Thanks for watching!
@AsBi1
@AsBi1 4 ай бұрын
very helpful.. now i know why i couldn't plot 3d the way i wanted "similar to my calculator" so here i need to make a grid for that.
@smivl7694
@smivl7694 3 жыл бұрын
Great video! Could you possibly do a video where you show how to open/view 3d models using python and look around on the model, kinda like the 3d Viewer app?
@edwinruiz6761
@edwinruiz6761 2 жыл бұрын
Did you ever find this type of video ?
@gopalrathi901
@gopalrathi901 3 жыл бұрын
Wanted this video Thank you. Btw Congraturations for 103k
@samratsudeepchoudhary256
@samratsudeepchoudhary256 3 жыл бұрын
Please continue the Finance playlist! Really appreciate your work!
@NeuralNine
@NeuralNine 3 жыл бұрын
Is there any specific topic you want to see?
@GasimovTV
@GasimovTV 3 жыл бұрын
@@NeuralNine Can you make A.I. snake game?
@samarthsoni4267
@samarthsoni4267 3 жыл бұрын
@@NeuralNine I would really really love to see you using Deep Reinforcement Learning in Stock Market Prediction...
@jhogs
@jhogs 3 жыл бұрын
This is a great video! Building up feature by feature is a great way to introduce new visualization tools.
@jansagichnicht3500
@jansagichnicht3500 Жыл бұрын
Thats what the world needs thx
@ahmehhhd
@ahmehhhd 3 жыл бұрын
congrats for 100k!
@NeuralNine
@NeuralNine 3 жыл бұрын
thank you!
@guliyevshahriyar
@guliyevshahriyar 3 ай бұрын
Good tutorial, thank you!
@drewfrench8784
@drewfrench8784 Жыл бұрын
great, simple explanation
@user-vi9dz4ix8v
@user-vi9dz4ix8v Жыл бұрын
Thank you so so much for such a great explanation and coverage of topics.
@harshplayz31882
@harshplayz31882 Жыл бұрын
it was interesting, nice video🙂
@MajewskiMarcin
@MajewskiMarcin Жыл бұрын
Great video. It is very helpfull. I am very glad that I discovered your channel.
@mikemurphy1896
@mikemurphy1896 3 жыл бұрын
Absolutely great ! Thanks. Really fun.
@samarthsoni4267
@samarthsoni4267 3 жыл бұрын
Great video! I would really really love to see you using Deep Reinforcement Learning in Stock Market Prediction... And even other RL Applications for that matter!
@dard09
@dard09 4 ай бұрын
thanks vaas from farcry 3
@ladanavelayati2621
@ladanavelayati2621 2 жыл бұрын
Very well explained!
@PeterParker-pr9en
@PeterParker-pr9en Жыл бұрын
Thanks Brother for this Knowledge..........................
@reubenthomas1033
@reubenthomas1033 3 жыл бұрын
Hey Neural! Could you make a video on exactly how we can set up Pycharm the way you have in this video? With Tabnine and Vim... Also showing us how we can make us of having vim bound to Pycharm would be sweet. Thanks!
@alpcetinkaya3656
@alpcetinkaya3656 3 жыл бұрын
Your contents are great. Thank you.
@HolyPiyush
@HolyPiyush Жыл бұрын
Nice tutorial Sir.... Can you tell that if we can use the same when making a GUI using Tkinter? Thank you
@ProfBeckmann
@ProfBeckmann 2 жыл бұрын
thanks bro, you da man, keep it up. I liked, subscribed and commented!
@bennyheikki
@bennyheikki 2 жыл бұрын
Brilliant video, thank you.
@markkennedy9767
@markkennedy9767 Жыл бұрын
Thanks for this. At 4:45, can you explain why you inputted a tuple as the third argument for np.random.randint() if the array is going to be 1D. I put an integer (scalar) in as the third argument and it works fine. The type of x_data is still a numpy.ndarray if you use a scalar. Does this make any material difference with 1D numpy arrays. Also, I understand that arguments are sometimes entered as keyword arguments when using np.random.randint(). What are the differences between using positional arguments as you have here and using keyword arguments e.g. low =, high =, size = with np.random.randint()
@AndreaManna85
@AndreaManna85 3 жыл бұрын
Like usual, the best! 💪
@hadjelandaloussi2445
@hadjelandaloussi2445 10 ай бұрын
Nice job, thanks a lot !!!
@ecemgungor6208
@ecemgungor6208 Жыл бұрын
Thanks for the videos. I have a question about multivariate data. I have three independent variables and would like to see their occurrences by coloring the data based on their probability densities (plot type can be contour, surf etc.) Which function should I use? Could you please help me with this?
@quercus3290
@quercus3290 Ай бұрын
That UI you are using, what is that, how do I make that
@code2compass
@code2compass Жыл бұрын
Is there anyway to setup vscode to open multiple figure windows at the same time?
@yyxx9309
@yyxx9309 2 жыл бұрын
Man this is sooooo damn cool thank you so much!!!
@khanalimphdpe172
@khanalimphdpe172 2 жыл бұрын
Great video. If you have any video that shows how to read data from csv file and plot, let me know.
@SIRENSCINEMATIC-SCOTLAND
@SIRENSCINEMATIC-SCOTLAND 2 жыл бұрын
Really loved this helped me so much on my current project, what you advise if I wanted to run live lidar data in similar way? Thanks
@TheSpedfire
@TheSpedfire Жыл бұрын
That was super useful, thank you! I have a quick question though, is there a way that the program calculates de azimuth and elevation required to set the view perpendicular to a certain plotted plane?
@shelememosisa585
@shelememosisa585 Жыл бұрын
Great could you help me for deveop tools that medel anasimulate Dynamic system?
@markkennedy9767
@markkennedy9767 Жыл бұрын
Could you comment on how multiplying the array X by the array Y gives the value Z that we are looking for on the surface. I can't see how multiplying a 499 by 499 grid of values by another 499 by 499 grid of values gives the values we need for Z. How is the computer processing these arrays. Edit: OK so you're combining the respective entries only of the two arrays X and Y which gives tuples for all possible x and y values in the original x_data and y_data arrays. I suppose the Z is then given when the function acts on all these possible tuples (X,Y).
@taylormayhew369
@taylormayhew369 6 ай бұрын
How do I take that chart and have the values of a magnetic field show the shape of a metal object as a surface?
@devinfreedom2005
@devinfreedom2005 Жыл бұрын
Thank you very much!
@svoper3338
@svoper3338 3 жыл бұрын
nice tutorial
@joswadsouza8362
@joswadsouza8362 3 жыл бұрын
Cool concept loved it 🔥
@dikshasharma.437
@dikshasharma.437 Жыл бұрын
Can you tell me which app i download to conduct these queries..
@asaanmath1006
@asaanmath1006 2 жыл бұрын
Thank you sir learned alott today
@gedtoon6451
@gedtoon6451 2 жыл бұрын
What does the artist say at the start of your video intro?
@kristanbottjer8001
@kristanbottjer8001 2 жыл бұрын
can you make a 3d Plot where x and y have a diffrent length? And another Question I have is if you can change the axis eg. use x a y axis (just visualy)?
@Ruthless_entertainment
@Ruthless_entertainment Жыл бұрын
to your first question, I am not sure but I know matplotlib gives an error "value error: x and y must be the same size"; if sizes of dimensions differ, you may get an error to get round the error, just make them equal. to your second question, oh yeah. you can put any name you like
@Olaf2745
@Olaf2745 Жыл бұрын
Hey, thank you for that video. Is it possible to make a 3D plot like your scatter plot example but have a colorbar for the plot and each dot has a value that will be displayed with a related Color. Basically like a 3D imshow? Cheers
@vinitagarwal9631
@vinitagarwal9631 7 ай бұрын
I have arrays where shape of x is (0,13), shape of y is (27,0), and shape of z is (13,27) how do I make a surface plot of it
@vanessaarangomarin5536
@vanessaarangomarin5536 2 жыл бұрын
Great video, could you please make one video about ternary diagrams plotted with python? best, Vane
@danielwalker5682
@danielwalker5682 Жыл бұрын
Excellent.
@tedsheridan8725
@tedsheridan8725 Жыл бұрын
Great video. Is there a way to change the plot dynamically while viewing it? The way you might in Geogebra where you can change a parameter with a slider and watch the plot change in real time? Thanks :)
@abcxyz5806
@abcxyz5806 Жыл бұрын
I am currently exploring plotly with dash for this purpose. Looks like a good solution. It spawns a small web server which reloads automatically when you save your source file. There are also value sliders you can use. I was also searching for a geogebra 3d replacement 😀
@de_12767
@de_12767 7 күн бұрын
💯
@collinsakasiugwu3162
@collinsakasiugwu3162 Жыл бұрын
Awesome
@munteanionut3993
@munteanionut3993 2 жыл бұрын
how come you don't use jupyter / jupyter_lab? Also, thanks very much for the video! :D
@Francesco_Luligo
@Francesco_Luligo Жыл бұрын
Now how to animate this?
@souravdas845
@souravdas845 2 ай бұрын
Nice ❤
@SayaliGaikwad-g3c
@SayaliGaikwad-g3c Жыл бұрын
Can you tell me function for 3D Pie Chart
@mrssrskelton3
@mrssrskelton3 2 ай бұрын
When I have a 3D object it’s only detecting as a 2d making it hard to make doors
@najninmansuri9346
@najninmansuri9346 2 жыл бұрын
If I have any data which is in the format of 3D image like say any XRD image than how we can plot that image
@shravaninagraj6805
@shravaninagraj6805 8 ай бұрын
why it is not working in jupyter notebook
@yavarjn2055
@yavarjn2055 2 жыл бұрын
How can you project, for example a circle constraint, on the surface in case of solving constraint optimization?
@Ruthless_entertainment
@Ruthless_entertainment Жыл бұрын
you can give values to x and then indicate y=sqrt(R**2-x**2); this will work for a circle
@amandeepsaha
@amandeepsaha Жыл бұрын
Thankyou sir
@Borolad116
@Borolad116 Жыл бұрын
This is all great but how can these charts actually be used with real data? Random numbers are pretty useless if you are trying to build one of these graphs that is actually usable.
@mhsohan2769
@mhsohan2769 2 жыл бұрын
Can you please provide me the code?
@holthuizenoemoet591
@holthuizenoemoet591 2 жыл бұрын
anyone tried this for GIS data?
@appdevelopersandrelatedcha6498
@appdevelopersandrelatedcha6498 3 жыл бұрын
good
@appdevelopersandrelatedcha6498
@appdevelopersandrelatedcha6498 3 жыл бұрын
hi
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 137 МЛН
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 53 МЛН
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 3,8 МЛН
How I make science animations
43:39
Artem Kirsanov
Рет қаралды 760 М.
Let's code 3D Engine in Python from Scratch
14:55
Coder Space
Рет қаралды 399 М.
Python 3D Graphics Tutorial 1: Installation and Demonstration of Vpython
39:29
Seaborn Is The Easier Matplotlib
22:39
NeuralNine
Рет қаралды 177 М.
Animating Plots In Python Using MatplotLib [Python Tutorial]
10:17
CodingLikeMad
Рет қаралды 80 М.
Matplotlib Full Python Course - Data Science Fundamentals
1:02:41
NeuralNine
Рет қаралды 152 М.
Plotting Points In a Three Dimensional Coordinate System
7:27
The Organic Chemistry Tutor
Рет қаралды 676 М.
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 137 МЛН