eaglelandsonce commited on
Commit
5a8af5f
·
verified ·
1 Parent(s): 637370d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def draw_grid(data):
59
  ax.set_xlim(0, ncols)
60
  ax.set_ylim(0, nrows)
61
  ax.set_xticks(range(ncols+1))
62
- ax.set_yticks(reversed(range(nrows+1)))
63
  ax.grid(True)
64
 
65
  # Plotting each building with its assigned color from the color_codes dictionary
 
59
  ax.set_xlim(0, ncols)
60
  ax.set_ylim(0, nrows)
61
  ax.set_xticks(range(ncols+1))
62
+ ax.set_yticks(range(nrows+1))
63
  ax.grid(True)
64
 
65
  # Plotting each building with its assigned color from the color_codes dictionary