Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
2 answers
276 views

Plotting a 2D iso-probability curve

I have a library function that returns a pair of two numbers like this def library_function(x0, x1): return x0**2 + x1**2, 10*x0*x1 + 1 (Actually, it is a ...
Ilya V. Schurov's user avatar