Skip to content

Commit

Permalink
Update interactive_plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Nov 29, 2024
1 parent 1d01612 commit e421224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/interactive_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

if color_scheme == 'dark':
PLOT_BGCOLOR = '#F0F0F0'
PAPER_BGCOLOR = '#7F7F7F'
PAPER_BGCOLOR = '#aaaaaa'
CUSTOM_COLOR_SCALE = [
[0.0, PLOT_BGCOLOR],
[0.2, '#BDBDBD'],
Expand Down

0 comments on commit e421224

Please sign in to comment.