diff --git a/rtc_tools/metrics_plotter.py b/rtc_tools/metrics_plotter.py index d045763b51..54ccee9c01 100644 --- a/rtc_tools/metrics_plotter.py +++ b/rtc_tools/metrics_plotter.py @@ -62,7 +62,7 @@ def main(): y_values.append(sample['value']) plt.ylabel('%s (%s)' % (metric[GRAPH_NAME], metric[UNITS])) - plt.xlabel('time (ms)') + plt.xlabel('time (s)') plt.title(metric[GRAPH_NAME]) plt.plot(x_values, y_values)