Skip to content

Commit e795fc3

Browse files
authored
[need_for_speed] adjust figure size (#87)
1 parent 54132b2 commit e795fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/need_for_speed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ xgrid = np.linspace(-3, 3, 50)
388388
ygrid = xgrid
389389
x, y = np.meshgrid(xgrid, ygrid)
390390
391-
fig = plt.figure(figsize=(8, 6))
391+
fig = plt.figure(figsize=(10, 8))
392392
ax = fig.add_subplot(111, projection='3d')
393393
ax.plot_surface(x,
394394
y,

0 commit comments

Comments
 (0)