mirror of
https://github.com/hubaldv/bioz-host-rs.git
synced 2025-12-06 05:11:17 +00:00
Added restart settings.
This commit is contained in:
@@ -9,7 +9,7 @@ pub struct TimeSeriesPlot {
|
||||
|
||||
impl TimeSeriesPlot {
|
||||
pub fn new() -> Self {
|
||||
let max_points = 2000;
|
||||
let max_points = 100;
|
||||
Self {
|
||||
values: (0..max_points as i32)
|
||||
.map(|i| PlotPoint::new(i, 0.0))
|
||||
|
||||
Reference in New Issue
Block a user