Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion build_support/catalog/gtdraw_settings.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Default draw_tree settings applied to all catalog games.
defaults:
color_scheme: gambit
color_scheme: colorblind
font_family: sffamily
font_italic: true
shared_terminal_depth: true
sublevel_scaling: 0
iset_fill: true
iset_boundary: none

# Per-game overrides. Keys are slug prefixes or exact slugs.
# For a given game, all matching keys are applied shortest-first,
Expand All @@ -27,7 +29,18 @@ overrides:
shared_terminal_depth: false
journals/mor/vonstengelforges2008/fig1:
sublevel_scaling: 1
journals/mor/vonstengelforges2008/fig6:
action_label_dist: 3.0
journals/mor/vonstengelforges2008/fig9:
sublevel_scaling: 0.5
journals/geb/gilboa1997/fig1:
action_label_dist: 5.0
conf/itcs/jakobsen2016/fig3:
action_label_dist: 3.0
color_scheme: custom
custom_colors:
0: '#759138'
1: '#007FFF'
2: '#DD79E0'
3: '#1616BC'
4: '#985003'
Loading