aboutsummaryrefslogtreecommitdiff
path: root/src/plot/plotters_backend/t_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/plot/plotters_backend/t_test.rs')
-rwxr-xr-xsrc/plot/plotters_backend/t_test.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plot/plotters_backend/t_test.rs b/src/plot/plotters_backend/t_test.rs
index 741cc9e..d9c1508 100755
--- a/src/plot/plotters_backend/t_test.rs
+++ b/src/plot/plotters_backend/t_test.rs
@@ -23,7 +23,7 @@ pub(crate) fn t_test(
.caption(format!("{}: Welch t test", title), (DEFAULT_FONT, 20))
.set_label_area_size(LabelAreaPosition::Left, (5).percent_width().min(60))
.set_label_area_size(LabelAreaPosition::Bottom, (5).percent_height().min(40))
- .build_ranged(x_range, y_range.clone())
+ .build_cartesian_2d(x_range, y_range.clone())
.unwrap();
chart