|
From: Brett <bre...@16...> - 2016-03-22 05:42:03
|
Dear all,
Suppose I have done
set key reverse right
plot "ABCD.dat" with lines lw 4 lt rgb "black" title 'ABCD', "ABCDEF.dat" with lines lw 4 lt rgb "black" title 'ABCDEF',
we will get 2 cureves with color bar and title text will occur in the top right of the window, and the thickness of the color should be same on the curve lines.
My first question is, is any way we can get get the color bar 10 times thicker (or much thicker) than the cureve line?
My second question is, will you please tell me how to have the title text aligned from the first letter, i.e., in the top right of the figure, the title text will occur like
ABCD
ABCDEF
By the gnuplot default method, in the top right of the figure, the title text did not align from the first letter, but from the last letter, i.e., the default title text will occur in the figure window as following
ABCD
ABCDEF
I am looking forward to getting a reply from you.
Brett |