Matplotlib Tutorial 7: Creating 3D Surface Plots with mplot3d

preview_player
Показать описание
In this video, I am explaining how to plot functions with two variables using 3D surface plots.

You can find more matplotlib tutorials on my website:

Рекомендации по теме
Комментарии
Автор

Than you! A Small addition:
My matplotlib version needs
ax =
instead of
ax = plt.gca(projection='3d')

peterdirnhofer
Автор

Very well done tutorial! Thank you so much.

ronpark
Автор

Thank you so much, your video is really helpful

juanfelipemonsalvevargas
Автор

This is a nice tutorial. Sir, we need another tutorial on Neutrons interaction with materials and damage estimation in Geant4. we are missing your geant4 tutorials. Thanks

samueltemaugee
Автор

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
Автор

This is great for hypersurface functions with only two variables e.g. f(x, y) = x**2 + y**2 - 1. Would be really great however to do a tutorial for hypersurfaces acting on all 3 axes e.g. Plot the function f(x, y, z) = z**3 + y**2 - x*4 + 1

hartnady