|
From: <HBB...@t-...> - 2007-06-15 22:53:16
|
Rudolf Izsak wrote: > Is it possible to have different scales on the top (x2) and the bottom > (x) axes in gnuplot? Say, the one (x) would be in Celsius, the other > (x2) in Fahrenheit. Not directly. You can use them to display independent scales --- that's what the x2range, x2tics etc. are really desigend for. Using x2 to display a scale dependant on the first x scale is not quite so straightforward. You'll have to manually fix the ranges for both axes, or use the 'fix' options of 'set autoscale'. |