Skip to content

Commit e90e709

Browse files
committed
better
1 parent 59bda55 commit e90e709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def get_data(name):
234234
Z = (Z_raw>0).astype(int).reshape(xx.shape)
235235
else:
236236
Z = Z_raw.reshape(xx.shape)
237-
fig_w, fig_h = (12, 8) if fullscreen else (4, 3)
237+
fig_w, fig_h = (6, 4) if fullscreen else (3, 2)
238238
plt.figure(figsize=(fig_w, fig_h))
239239
plt.contourf(xx, yy, Z, alpha=0.3)
240240
plt.scatter(x_vis[:,0], x_vis[:,1], c=y_train, edgecolor='k', s=20)

0 commit comments

Comments
 (0)