|
From: Brett <bre...@16...> - 2016-03-17 12:30:04
|
Dear All,
Suppose I have 1.dat and 200.dat. Whe I input
plot "1.dat" with lines lt rgb "black" title '1', "200.dat" with lines lt rgb "red" title '200',
For the output figure, the "black" bar is after txt "1", and the "red" bas is after "200". Is any way the text "1" followed by the "black" bar can align vertically with "2" of "200" followed by the "red" bar, just something like following:
1 black bar
200 red bar
In addition, is any way the color bar occurs before the title text, at the same time the "black" bar followed by title text "1" align with the "red" bar followed by title text "200", just something like following:
black bar 1
red bar 200
I am looking forward to getting a reply from you.
Brett |