ccm commited on
Commit
01e53e1
1 Parent(s): bb3dc77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1251,8 +1251,8 @@ def plotly_fig(values):
1251
  y=Y.flatten(),
1252
  z=Z.flatten(),
1253
  value=values.flatten(),
1254
- isomin=-0.1,
1255
- isomax=0.8,
1256
  opacity=0.1, # needs to be small to see through all surfaces
1257
  surface_count=21, # needs to be a large number for good volume rendering
1258
  colorscale='haline'
 
1251
  y=Y.flatten(),
1252
  z=Z.flatten(),
1253
  value=values.flatten(),
1254
+ isomin=0.0,
1255
+ isomax=1.0,
1256
  opacity=0.1, # needs to be small to see through all surfaces
1257
  surface_count=21, # needs to be a large number for good volume rendering
1258
  colorscale='haline'