Professional 3D Plotting in Matplotlib

preview_player
Показать описание
In this video we learn how to visualize 3D plots in Matplotlib.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Timestamps:
(0:00) Intro
(1:40) Scatter Plots 3D
(6:03) Line Charts 3D
(9:30) Surface Plots 3D
(15:16) Azimuth & Elevation
(16:50) Outro
Рекомендации по теме
Комментарии
Автор

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.

antikoerper
Автор

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.

abins
Автор

You deserve much more likes and views! Basically teaching some python aspects in like 20 minutes.

hackingchampion
Автор

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.

SumandeepSinghRanamem
Автор

Holy moly. Fantastic video!! It helped me a lot, gaining an overview of the basic plot funktions. Thx

antonknoner
Автор

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?

smivl
Автор

Wanted this video Thank you. Btw Congraturations for 103k

gopalrathi
Автор

This is a great video! Building up feature by feature is a great way to introduce new visualization tools.

jhogs
Автор

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.

AsBi
Автор

Please continue the Finance playlist!
Really appreciate your work!

samratsudeepchoudhary
Автор

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

vinitagarwal
Автор

Absolutely great ! Thanks. Really fun.

mikemurphy
Автор

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!

reubenthomas
Автор

Thank you so so much for such a great explanation and coverage of topics.

vidzixv
Автор

How do I take that chart and have the values of a magnetic field show the shape of a metal object as a surface?

taylormayhew
Автор

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

markkennedy
Автор

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?

ecemgungor
Автор

Nice tutorial Sir....
Can you tell that if we can use the same when making a GUI using Tkinter?
Thank you

HolyPiyush
Автор

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!

samarthsoni
Автор

When I have a 3D object it’s only detecting as a 2d making it hard to make doors

mrssrskelton