plot2D
esta.plot.plot2D
¶
rosenbrock_2D(xpos, ypos)
¶
Rosenbrock function in 2D
surface_plot(x, y, fxy)
¶
surface plot of a function in 2D
input: x: 1D array y: 1D array fxy: 2D array over a 2D grid defined by x and y output: surface plot save jpg file
contour_plot(x, y, fxy)
¶
input: x: 1D array y: 1D array fxy: 2D array over a 2D grid defined by x and y output: surface plot save jpg file