We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ab8e9 commit 387df92Copy full SHA for 387df92
renderer/object_3D_and_2D_renderer.py
@@ -59,7 +59,7 @@ def __init__(self, object, id):
59
x=self.color_heatmap_x,
60
y=self.color_heatmap_y,
61
z=np.zeros((100,100)),
62
- colorscale="Plasma",
+ colorscale="Viridis",
63
zmin=0.0,
64
zmax=1.0,
65
zsmooth="best",
0 commit comments