Open TheNeikos opened 8 years ago
Right now, after a restart of the PC you have a timegap. This timegap can get ugly.
Gnuplot for examples does not draw a line when there is a newline.
One way to do is in app.rs in the start function, you would just add a newline to each file, correctly handling the errors.
app.rs
start
This is a mentored issue! If you're new to Rust or Opensource feel free to comment and I will help you get setup and contributing!
Right now, after a restart of the PC you have a timegap. This timegap can get ugly.
Gnuplot for examples does not draw a line when there is a newline.
One way to do is in
app.rs
in thestart
function, you would just add a newline to each file, correctly handling the errors.This is a mentored issue! If you're new to Rust or Opensource feel free to comment and I will help you get setup and contributing!