Update app.py
Browse files
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 |
|