I am trying to plot some data which has time (date) on the x-axis in the format 2015-12-20. I do not want to plot my data against the absolute date, but against the time difference between that date and another reference "zero" date. The reference date is in same format, eg: 2015-12-15.
Is it possible to have the data file in the format:
%Y-%m-%d Value
%Y-%m-%d Value
but have gnuplot create a plot in which the x-axis is number of days since a reference date?