|
From: Hans-Bernhard B. <HBB...@t-...> - 2015-03-13 23:08:43
|
Am 13.03.2015 um 22:39 schrieb Matthew Clay: >Is it possible to use a logarithmically-spaced point > interval, so that points will become evenly spaced in the x direction on > a logarithmic x axis? No. Because the point interval is expressed in terms of point _count_, not x axis _value_. I.e. if you want log-spaced points, you'll have to prepare a log-spaced data set. |