MuskanMjn commited on
Commit
dcc1dbb
·
1 Parent(s): 04b5743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def getColorMap(kernel, gamma):
27
  Z = clf.decision_function(np.c_[xx.ravel(), yy.ravel()])
28
  Z = Z.reshape(xx.shape)
29
 
30
- plt.figure(figsize=(10, 5))
31
  plt.imshow(
32
  Z,
33
  interpolation="nearest",
 
27
  Z = clf.decision_function(np.c_[xx.ravel(), yy.ravel()])
28
  Z = Z.reshape(xx.shape)
29
 
30
+ plt.figure(figsize=(10, 4))
31
  plt.imshow(
32
  Z,
33
  interpolation="nearest",