We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2c76a commit 6579fe9Copy full SHA for 6579fe9
1 file changed
src/analyses/growth.rs
@@ -142,7 +142,7 @@ impl Analysis for Growth {
142
names: growth_labels.clone(),
143
x_label: "taxa".to_string(),
144
y_label: format!("#{}s", k),
145
- labels: (1..v[0].len()).map(|i| i.to_string()).collect(),
+ labels: (0..v[0].len()).map(|i| i.to_string()).collect(),
146
values: v
147
.iter()
148
.map(|row| {
0 commit comments