Use a Date column to specify the appropriate scale for the x-axis for each set of measurements.
For example, if you have a number column of seconds that corresponds to the number of seconds for each data point, use the gear menu to convert that to a date column and set Type = ‘Time since’ and Time in = ‘Seconds’.
Or you can create a list of seconds in the correct increment using an Expression column, where the Type is set to ‘Date’. Here is an expression that will give you 12 hours of 5 second increments.
Here are the first few entries.
You can adapt the expression for minutes. Then use the seconds and minutes columns as the x axis for each respective data set.
Here is an example using minutes and hours.
Does this help?