Hi,

is there a way to show keys not for every single graph, but for groups
of graphs? For example, I want a single key, that states that all the
solid lines use VAR[0,:] and another key for all the dashed lines, that
use VAR[1,:]. Then two more keys should show, that the red lines are for
VAR[:,0] and the green ones for VAR[:,1]. So if I have 25 combinations
VAR_1A ... VAR_5E I'd like to have only 10 key instead of 25

An example:

instead of:
solid red = VAR[0,0]
dashed red = VAR[1,0]
dotted red = VAR[2,0]
...
solid green = VAR[0,1]
dashed green = VAR[1,1]
dotted green = VAR[2,1]
...

I want something like:
red = VAR[:,0]
green = VAR[:,1]
solid = VAR[0,:]
dashed = VAR[1,:]
dotted = VAR[2,:]

Any hints are greatly appreciated.
benedikt


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to