|
From: Wilfried K. <wil...@gm...> - 2011-09-01 08:30:45
|
Hi
I plot several curves :
plot XXX title A, XXX title B, XXX title C, title D, title E, title F
If I have set the key such as :
set key Left reverse above horizontal
I will get :
+-+-+ A +-+-+ D
+-+-+ B +-+-+ E
+-+-+ C +-+-+ F
++++-+-++-+-+-+-+-+-++-+-+-+-+-+-++-+-+
| |
Graph
However, If I set the key with the invert keyword :
set key Left reverse above invert horizontal
I will get :
+-+-+ C +-+-+ F
+-+-+ B +-+-+ E
+-+-+ A +-+-+ D
++++-+-++-+-+-+-+-+-++-+-+-+-+-+-++-+-+
| |
Graph
Which is not what I wanted.
How can I completely invert le key list in the legend ?
What I would like to have is :
+-+-+ F +-+-+ C
+-+-+ E +-+-+ B
+-+-+ E +-+-+ A
++++-+-++-+-+-+-+-+-++-+-+-+-+-+-++-+-+
| |
Graph
Thank you by advance !
-----
Cordialement,
Wilfried Kirschenmann
"An expert is a person who has made all the mistakes that can be made
in a very narrow field."
Niels Bohr - Danish physicist (1885 - 1962)
|