|
From: Eoin <eoi...@gm...> - 2016-03-15 12:54:48
|
Hi all, I have a frustrating bug where I can successfully set the following: set xdata time set timefmt "%Y/%m/%d" plot "some stuff" u 1:2 say. This works correctly. I then change the plot command to the following plot "some stuff" u 1:($$2/$$3) (I am using the "call" feature, i.e. -c argument to the command, therefore I need the double $ to avoid a clash with the single $ reference). This plots the y variable correctly, but breaks the time representation. Is it that there is a clash with the timefmt command? Do I need to change the "%" for something else? Many thanks, Eoin Kerrane. |