Skip to content

Commit 2583e65

Browse files
committed
fix: set SHOW_AXES to False by default
1 parent 62a434f commit 2583e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brainrender/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ROOT_ALPHA = 0.2 # transparency of the overall brain model's actor'
3434
SCREENSHOT_SCALE = 1
3535
SHADER_STYLE = "cartoon" # affects the look of rendered brain regions: [metallic, plastic, shiny, glossy, cartoon]
36-
SHOW_AXES = True
36+
SHOW_AXES = False
3737
WHOLE_SCREEN = False # If true render window is full screen
3838
OFFSCREEN = False
3939
NUM_LOGS_KEPT = 100

0 commit comments

Comments
 (0)