|
From: <lyn...@fr...> - 2010-10-20 07:42:19
|
On 15/09/10 00:34:40, Thomas Sefzick wrote: > > you plot the function against degree celsius. and you add a second > axis with degree fahrenheit. > for this purpose it is necessary to set the range for the first axis > and then set the according range for the second axis. > > c2f(x)=x*9./5.+32. > set xrange [0:100] > set x2range [c2f(0):c2f(100)] > set xtics out nomirror > set format x "\n%g" > set x2tics axis > plot x > Thanks Johannes and Thomas for Your answers. I'm wondering though, if it is possible in Thomas' idea to have the x2tics only appear where there is an xtic. Can the xaxis' and the x2axis' tics be correlated in such a way? Thanks for Your answers and any further help or hints on this. Lynx |