|
From: Thomas P. <pfr...@ph...> - 2007-03-18 10:33:06
|
Dear community, I am trying to change the color of the contour in splot (with "unset clabel", as I do not want to label it, neither do I want to change colors from one contour to another) but all I tried did not work. Perhaps you know a solution? If I unset clabel, the color stays red, no matter where I try to set another linetype. I also tried using the awk file label-contours.awk, which I downloaded from the net, but this only allows to handle the 2D contour-plot (map) nicely. Is there any possibility to change the default red-color, if I do not want to change the color for every single contourline? Another minor problem I have is the offset of the x- and y-labels on my axes. They almost interact with the actual axis. What command would I use to change the label offset to the axes? I tried to figure ti out using gnuplot help, but could not find the appropriate section. I am using gnuplot 4.0 and this is an extraction of my code: set terminal postscript enhanced color solid set encoding iso_8859_1 set tics out #unset clabel set contour base set cntrparam bspline set cntrparam points 5 set cntrparam order 4 set pm3d at bs hidden3d 110 set palette rgbformulae 30,31,32 unset hidden3d unset surf set style line 110 lt 9 lw 0.01 set grid splot "20070205_cn2_m.txt" matrix with lines quit Thanks a lot for your help Thomas |