ajflorez commited on
Commit
b1d86b1
·
verified ·
1 Parent(s): 5bc9e8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,8 +61,8 @@ def load_plan_vi(mapa_seleccionado, uploaded_file):
61
 
62
  plan_im = Image.open(buf)
63
 
64
- tick_positions = np.linspace(0, 256, 20)
65
- tick_labels = np.linspace(0, 20, 20, dtype=int)
66
 
67
  buf = BytesIO()
68
  plt.imshow(plan_n)
 
61
 
62
  plan_im = Image.open(buf)
63
 
64
+ tick_positions = np.linspace(0, 256, 10)
65
+ tick_labels = np.linspace(0, 20, 10, dtype=int)
66
 
67
  buf = BytesIO()
68
  plt.imshow(plan_n)