ccm commited on
Commit
97ee575
1 Parent(s): 165cd17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1238,6 +1238,7 @@ def plotly_fig(values):
1238
  isomax=0.8,
1239
  opacity=0.1, # needs to be small to see through all surfaces
1240
  surface_count=21, # needs to be a large number for good volume rendering
 
1241
  ))
1242
  return fig
1243
 
 
1238
  isomax=0.8,
1239
  opacity=0.1, # needs to be small to see through all surfaces
1240
  surface_count=21, # needs to be a large number for good volume rendering
1241
+ colorscale='haline'
1242
  ))
1243
  return fig
1244