In article
<21f93797-14fe-4a2a-9d13-af5dd99ebcdd@[EMAIL PROTECTED]
>,
Mex <massimo.canonico@[EMAIL PROTECTED]
> wrote:
>Hi,
>the key in my plot has 5 elements. Using "set key", they are displayed
>in the following way:
>
>item1
>item2
>item3
>item4
>item5
>
>If I use "set key horizontal", I obtain
>item1 item2
>item3 item4
>item5
>
>but, If I would like to obtain something like this:
>item1 item2 item3 item4 item5
>
>(that is, all the elements in one row)
>
>how can I do?
There is no way to force the key layout.
This is a problem, and I do not know of a work-around.
The best I can suggest is to reduce the width of the
individual key entries. Try:
set key samplen 1 width -3
--
Ethan A Merritt


|