From 4f174badc7fb0dddbc2fc624d5e9ea0d668b7df2 Mon Sep 17 00:00:00 2001 From: hh_itx_win10 Date: Fri, 5 Apr 2024 12:12:10 -0700 Subject: [PATCH] feat: update default --- code/Home.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Home.py b/code/Home.py index 2f57666..33d3637 100644 --- a/code/Home.py +++ b/code/Home.py @@ -81,7 +81,7 @@ '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, @@ -89,7 +89,7 @@ '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',