I have an xrange graph and i want to plot a lengend on top what each color signifies in the same line. The xrange graph should be below the said legend.
The legend has 4 values (eg. val1,val2,val3,val4 ).
So the structure must be something like this:
# val1 # val2 # val3 # val4
[
X range graph
].
# denotes colored circles, diff for each val.
[ ] denotes the xrange graph.