@@ -36,8 +36,8 @@ double x_label_offset = 0.015;
36
36
double x_margin = 1 ;
37
37
double y_label_offset = 0.015 ;
38
38
double rk_title_x_offset = 0.9 ;
39
- double rk_title_offset_fraction = 0.0216 ;
40
- double rk_title_y = 13.765 ;
39
+ double rk_title_offset_fraction = 0.0218 ;
40
+ double rk_title_y = 14.69 ;
41
41
double rk_ygap = -0.8 ;
42
42
double rk_header_text_size = 0.046 ;
43
43
double rk_geom_text_size = 0.035 ;
@@ -57,7 +57,7 @@ double pad_y0 = 0.005f;
57
57
double pad_y1 = 1.f ;
58
58
double ymin = -2 ;
59
59
double ymax = 4. ;
60
- std ::array < double , 4u > ldim {0.189233 , 0.510081 , 0.907268 , 0.954545 };
60
+ std ::array < double , 4u > ldim {0.20985 , 0.533 , 0.87997 , 0.939 };
61
61
} // namespace
62
62
63
63
std ::vector < std ::string > create_labels () {
@@ -229,7 +229,7 @@ void draw_graphs(const std::string header_title, const std::string geom_title,
229
229
mg -> GetYaxis ()-> CenterTitle (true);
230
230
231
231
double yaxis_min = -10 ;
232
- double yaxis_max = 14 ;
232
+ double yaxis_max = 15 ;
233
233
double yaxis_margin = 1. ;
234
234
235
235
std ::cout << "Vec size: " << x_vec .size () << std ::endl ;
@@ -266,7 +266,7 @@ void draw_graphs(const std::string header_title, const std::string geom_title,
266
266
mg -> GetYaxis ()-> SetLabelSize (0 );
267
267
mg -> GetYaxis ()-> SetTickLength (0 );
268
268
auto ga_y = new TGaxis (x_min , yaxis_min , x_min , yaxis_max , yaxis_min ,
269
- yaxis_max , 406 , "N ");
269
+ yaxis_max , 505 , "N ");
270
270
ga_y -> SetLabelFont (label_font );
271
271
ga_y -> SetLabelOffset (0.02 );
272
272
ga_y -> SetLabelSize (label_font_size_rk_tol );
@@ -358,7 +358,7 @@ void draw_mean_step_size(const std::string header_title,
358
358
void rk_tolerance_comparison (int min , int max ) {
359
359
gStyle -> SetOptTitle (0 );
360
360
gStyle -> SetLegendBorderSize (0 );
361
- gStyle -> SetLegendTextSize (0.037 );
361
+ gStyle -> SetLegendTextSize (0.0333 );
362
362
363
363
const std ::array < float , 2 > cdim1 {800 , 1300 };
364
364
const std ::array < float , 2 > cdim2 {700 , 600 };
0 commit comments