Skip to content

Commit

Permalink
feat: update default
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Apr 5, 2024
1 parent bf9214b commit 4f174ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@
'x_y_plot_q_quantiles_all': 20,
'x_y_plot_if_show_diagonal': False,
'x_y_plot_dot_size': 10,
'x_y_plot_dot_opacity': 0.5,
'x_y_plot_dot_opacity': 0.3,
'x_y_plot_line_width': 2.0,
'x_y_plot_figure_width': 1300,
'x_y_plot_figure_height': 900,
'x_y_plot_font_size_scale': 1.0,

'x_y_plot_size_mapper': 'finished_trials',
'x_y_plot_size_mapper_gamma': 1.0,
'x_y_plot_size_mapper_range': [5, 30],
'x_y_plot_size_mapper_range': [3, 20],

'session_plot_mode': 'sessions selected from table or plot',

Expand Down

0 comments on commit 4f174ba

Please sign in to comment.