Graphing irregular date/time on X-axis
This has been bothering me for eons and I still have not figured out how to do this correctly.
Often when I collect data, it comes with a date and/or time of when that data was measured. But when I then try to put this into a graph where the X-axis is meant to be a 'timeline' ... what I get is that each datapoint is spaced apart equally, rather than based on those date/time moments it was logged.
For example:
1/mar/2024: 15
5/mar/2024: 16
6/mar/2024: 15
The graph should be 6 intervals wide ... and on intervals 1, 5 and 6 there should be a datapoint with a line connecting them. But what I get is a graph that is 3 intervals wide, and a datapoint on each - again connected by a line.
How on earth do I make this happen?