summaryrefslogtreecommitdiffstats
path: root/src/plot_data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/plot_data.rs')
-rw-r--r--src/plot_data.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plot_data.rs b/src/plot_data.rs
index 845a59b..917c301 100644
--- a/src/plot_data.rs
+++ b/src/plot_data.rs
@@ -80,6 +80,6 @@ impl<'a> Into<Dataset<'a>> for &'a PlotData {
.style(self.style)
.graph_type(GraphType::Line)
.data(slice)
- // .x_axis_bounds([self.window_min, self.window_max])
+ .x_axis_bounds([self.window_min, self.window_max])
}
}