|
From: Liu G. <goo...@gm...> - 2016-07-13 10:56:30
|
I still expect the support for multiple keys.
Using labels is too complicated and inconvenient.
Label is only suitable for adding text, but incapable of adding lines,
points, linepoints, histograms, etc.
For example, I don't know how to use label to mimic the key in the
following plot statement:
plot 'data1' t 'test1' w p pt 7 ps 2, \
'data2' t 'test2' w l lw 2 lt 3,\
'data3' t 'test3' w lp lt 1 lw 2 pt 6 ps 2,\
'data4' t 'test4' w histograms
在 2015-12-11 7:43, Tait 写道:
>> <1>. Multiple keys
>> ...
>> set key 1 top right
>> set key 2 bottom left
>> plot 'data' key 1, '' key 1, '' key 2, '' key 2
>>
>> Thus, if I have many legends and there's no space to put them together,
>> I can divide them into two groups
>> "key 1" and "key 2" and put them at different places.
> Don't labels (as in, "help set label") offer a more flexible and
> comprehensive solution to this problem?
>
|