The Python Function You NEED For 2D Data

  Рет қаралды 38,608

Mr. P Solver

Mr. P Solver

Күн бұрын

Пікірлер: 41
@MrPinknumber
@MrPinknumber 2 жыл бұрын
Really love these tutorials you do about scientific programming. Thank you :)
@DrAtomics
@DrAtomics 2 жыл бұрын
Same 🤙
@sagsolyukariasagi
@sagsolyukariasagi 2 жыл бұрын
Great! I was just trying to making sense of np.meshgrid, for a project. Thank you for the best explanation!
@EarlWallaceNYC
@EarlWallaceNYC 2 жыл бұрын
I have used this function many times, but never really understood it. Thanks for a very helpful video.
@tommychong4prez
@tommychong4prez Жыл бұрын
Thank you for the tutorial! I needed to get my head around meshgrid for my machine learning course and this helped quite a lot.
@sehbanomer8151
@sehbanomer8151 2 жыл бұрын
Great tutorial! alternatively, you can take advantage of numpy broadcasting semantics x = np.linspace(-5, 5, 500) f = (x[:, None] ** 2 + x[None, :] ** 2 < 1).astype(float)
@frankkoslowski6917
@frankkoslowski6917 2 жыл бұрын
You might also find that .astype(float) may be omitted in the instruction and a slightly crisper-looking yellow circle thus be obtained. Which left one with the conclusion that plt.pcolormer(xv, yv, f) is quite happy processing expressions intrinsically boolean without requiring any floating-point analog.
@dan_pal
@dan_pal 11 ай бұрын
Best explanation in the whole site. Thank you so much!
@prietjepruck
@prietjepruck Жыл бұрын
Yet another great tutorial. These tutorials help me a lot conquering python.
@okiesumos
@okiesumos 10 ай бұрын
Best meshgrid explanation!
@frankkoslowski6917
@frankkoslowski6917 2 жыл бұрын
Try omitting .astype(float) and be as surprised as this one was, that passing a boolean array `f` as argument to plt.pcolormesh(xv, yv, f) is not only perfectly legal but also affords us a sharper outline of the yellow circle.
@Astro_sam_8543
@Astro_sam_8543 2 жыл бұрын
Love Your Videos. You have no idea how much you have helped me during my exam days.
@antoniokachilia2604
@antoniokachilia2604 2 жыл бұрын
Simply awesome...More on p.functions please...Really essential.
@zukofire6424
@zukofire6424 2 жыл бұрын
you talk with your hands like a physicst (not like italians!) I love that, thx for the contents!
@OptiMystic-IN
@OptiMystic-IN 2 ай бұрын
Your image is in npy extension?? Would it also work for jpg and png?
@DeShark88
@DeShark88 Жыл бұрын
Could this be used for calculating numerical solutions of, e.g. solutions of Poisson/Laplace equation with masked boundary conditions? That would make an awesome video!
@mechtorious
@mechtorious Жыл бұрын
What theme is that used in the notebook?
@Louis-ml1zr
@Louis-ml1zr 2 жыл бұрын
A série on python functions Amazing idea !
@dodiumtalib8202
@dodiumtalib8202 2 жыл бұрын
I want to get the value of f when i put mouse on the graph, is there any function for doing that?
@fizixx
@fizixx 2 жыл бұрын
How are you expanding & collapsing the code cells? Or is this just vid editing?
@_The_Alchemist_
@_The_Alchemist_ 2 жыл бұрын
how to plot from data file
@ahmadhambaliismail3178
@ahmadhambaliismail3178 Жыл бұрын
does anyone know how to plot using data file?
@samuelluis6590
@samuelluis6590 2 жыл бұрын
Could you show how to plot 3D graphs ? And thanks for your content, it help me a lot!
@tedexd4019
@tedexd4019 2 жыл бұрын
np.arange(10) does the same thing as np.arange(0,10,1)
@alkalinebase
@alkalinebase 2 жыл бұрын
Thankyou so much, you're a life saver!!
@arvinnick
@arvinnick Жыл бұрын
It was mind-blowing...
@ahrampark5150
@ahrampark5150 11 ай бұрын
Fabulous. Thanks!
@jaimecaballero2577
@jaimecaballero2577 Жыл бұрын
Very explanation!
@ssshukla26
@ssshukla26 2 жыл бұрын
Really a good video. 👍
@cerebro8326
@cerebro8326 2 жыл бұрын
Deeply love this series. Thank you so much! Keep going.
@fizipcfx
@fizipcfx 2 жыл бұрын
you get what you f*cking deserve, a sub :)
@reverseila4363
@reverseila4363 2 жыл бұрын
thanks
@tousifraza1389
@tousifraza1389 2 жыл бұрын
helpful 👍
@anatoliyzavdoveev4252
@anatoliyzavdoveev4252 2 жыл бұрын
👏👏💪
@harp-692
@harp-692 2 жыл бұрын
can you solve my P?
@justarandomcatwithmoustache
@justarandomcatwithmoustache 2 жыл бұрын
Too small to slove Leorio
@harp-692
@harp-692 2 жыл бұрын
@@justarandomcatwithmoustache let mr.P check first ;)
@artiekushner6849
@artiekushner6849 Ай бұрын
useful content, but heavy coke energy from the amount of gesticulation
@bugi6606
@bugi6606 Жыл бұрын
Thank You! Finally I got it!
@tilkesh
@tilkesh Жыл бұрын
Thanks
Curve Fitting in Python (2022)
24:50
Mr. P Solver
Рет қаралды 101 М.
Python Generators
15:32
mCoding
Рет қаралды 143 М.
Сестра обхитрила!
00:17
Victoria Portfolio
Рет қаралды 958 М.
Lecture --  Meshgrid
10:44
EMPossible
Рет қаралды 12 М.
NumPy Tutorial: For Physicists, Engineers, and Mathematicians
1:32:42
Mr. P Solver
Рет қаралды 170 М.
How to Make Graphs Like The Athletic in Python
31:38
McKay Johns
Рет қаралды 48 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 339 М.
Professional 3D Plotting in Matplotlib
17:24
NeuralNine
Рет қаралды 124 М.
Read Giant Datasets Fast - 3 Tips For Better Data Science Skills
15:17
Python Simplified
Рет қаралды 55 М.
You Should Be Using This For Work/Research in Python | OOP Tutorial
34:23
Easy Introduction to Python's Meshgrid Function and 3D plotting in Python
15:31