Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def server(input, output, session):
|
|
99 |
gridsize=(40,25),
|
100 |
cmap=cmap_sum,
|
101 |
vmin=0.0,
|
102 |
-
vmax=
|
103 |
bounds=[0.0,0.5,1,1.5,2,2.5,3,3.5,4]
|
104 |
fig.colorbar(h, ax=ax, label='xSLG',format=tkr.FormatStrFormatter('%.3f'),shrink=0.5,
|
105 |
ticks=bounds)
|
|
|
99 |
gridsize=(40,25),
|
100 |
cmap=cmap_sum,
|
101 |
vmin=0.0,
|
102 |
+
vmax=4.0,)
|
103 |
bounds=[0.0,0.5,1,1.5,2,2.5,3,3.5,4]
|
104 |
fig.colorbar(h, ax=ax, label='xSLG',format=tkr.FormatStrFormatter('%.3f'),shrink=0.5,
|
105 |
ticks=bounds)
|