|
From: Hans-Bernhard B. <HBB...@t-...> - 2015-05-22 17:02:51
|
Am 22.05.2015 um 04:52 schrieb Paul Romero: > I suspect there is a fairly easy way` to integrate an arithmetic > expression such as x/12000 > into the following directive: > > set xtic 12000 No. But that's OK, because this is not actually a job for "xctics Display Format", it's one for making the data your display be what you actually need them to be. Instead of > plot "ex_a1.csv" using 0:1 with lines title "Ex. A1" use plot "ex_a1.csv" using ($0/12000.):1 with lines title "Ex. A1" Then read "help using" to learn how that works. |