Hello,
I basically want to draw 2d heatmap of rosenbrock function f(x,y) = (a-x)^2 + b * (y-x*x) ^2
and append some points (x,y) on this image.

Sample file with points looks as follows:...