Skip to content

Commit 53bfff8

Browse files
Update plot_2d_landscape_for_rotated_functions.py
1 parent 20c0cdf commit 53bfff8

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
@@ -19,7 +19,7 @@
1919

2020
# helper function for 2D-plotting
2121
def plot_contour(func, x, y):
22-
levels=[0, 50000, 20000000, 50000000,
22+
levels = [0, 50000, 20000000, 50000000,
2323
100000000, 150000000, 200000000]
2424
generate_rotation_matrix(ellipsoid, 2, 72)
2525
x, y, z = generate_xyz(func, x, y, 500)

0 commit comments

Comments
 (0)