An equivalent function to matplotlib.mlab.bivariate_normal

As of Matplotlib 3.1, mlab.bivariate_normal is removed from matplotlib’s library. I was wondering if there is a built-in class that does the same job elsewhere (or in matplotlib)? I searched for a bit but can’t find it readily.

I realize that one can just copy the function here and use it but I was wondering if there is a built-in function that one can call.

Leave a Comment