|
From: Daniel J S. <dan...@ie...> - 2005-01-13 04:02:41
|
dan...@lo... wrote: >yes sir, would be my pleasure to send it. >will do so soon. > >writing a script to parse the dbf file to a txt/dat/gnu file, it needs to >be inverted and rotated,, unless gnuplot can do that, will check docs. > > Below is the best that can be done, I think, with rotating ASCII-based data. Maybe someday "rotate" could be generalized to include ASCII. But for now I think you are better off writing a couple extra lines of script to rearrange data if it isn't too difficult and then go with the previous "matrix" arrangement. Dan set palette defined \ (0 "black", \ 1 "red", \ 2 "green", \ 3 "white", \ 4 "white", \ 5 "white",\ 6 "yellow",\ 7 "white")\ maxcolors 8 plot '-' u -2:0:1 w image 0 0 1 1 0 0 0 0 0 0 0 1 6 6 6 6 2 2 1 0 2 1 6 6 6 6 6 2 1 1 2 2 2 6 6 6 2 2 2 1 2 2 2 2 2 2 2 2 2 2 e |