Skip to content

Commit 387df92

Browse files
committed
changed color scheme
1 parent 34ab8e9 commit 387df92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renderer/object_3D_and_2D_renderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(self, object, id):
5959
x=self.color_heatmap_x,
6060
y=self.color_heatmap_y,
6161
z=np.zeros((100,100)),
62-
colorscale="Plasma",
62+
colorscale="Viridis",
6363
zmin=0.0,
6464
zmax=1.0,
6565
zsmooth="best",

0 commit comments

Comments
 (0)