Skip to content

Commit 8938355

Browse files
Update plot_2d_landscape_for_rotated_functions.py
1 parent 53bfff8 commit 8938355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/plot_2d_landscape_for_rotated_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# helper function for 2D-plotting
2121
def plot_contour(func, x, y):
2222
levels = [0, 50000, 20000000, 50000000,
23-
100000000, 150000000, 200000000]
23+
100000000, 150000000, 200000000]
2424
generate_rotation_matrix(ellipsoid, 2, 72)
2525
x, y, z = generate_xyz(func, x, y, 500)
2626
plt.contourf(x, y, z, cmap='cool', levels=levels)

0 commit comments

Comments
 (0)