|
From: Hans-Bernhard B. <HBB...@t-...> - 2011-05-19 11:38:33
|
On 19.05.2011 13:04, alyflex wrote:
> Hi, I got some data that I want to plot on a double logarithmic scale, but
> since all the y values are negative, I need a negative logarithmic scale,
> but I have thus far been unable to make one. Does anyone know how to do
> this?
Negate the data on creation or on-the-fly (".. using 1:(-$2) .."), and
revert the y axis ("set yrange reverse").
|