We generate CSV files with comma as separator. When we write times with milli seconds, then we use floating point numbers. Depending on the locale those floating point numbers may be written with comma instead of point. If that happens, then the plots are messed up. Fixed by enforcing the locale when formatting floats.