|
From: Petr M. <mi...@ph...> - 2010-02-18 16:07:41
|
> It seems there's another bug in the windows terminal: under certain
> circumstances axes labels may no longer be rotated.
>
> Here's an example script, which produces the expected output with post and png
> terminals (others not tested):
>
> set termoption enhanced
> set format y "%.1t 10^{%T}"
> set ylabel "label 1" rotate by 90
> set y2label "label 2" rotate by -90
> plot x
>
> Sample output for win and png terminals are attached. The "set format" line
> seems to break the behaviour on windows. Labels are always drawn horizontally,
> no matter if I specify a rotation or not.
> I have tested this on 4.4rc1.
It works correctly for me using the current 4.4rc1-cvs and on 4.5cvs under
Linux+Wine.
---
PM
|