|
From: <HBB...@t-...> - 2007-03-18 14:35:26
|
Thomas Pfrommer wrote: > 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. I think that's because you threw pm3d into the mix without actually needing it. Contouring and pm3d don't mix particularly well, in version 4.0 > If I unset clabel, the color stays red, no matter where I try to set > another linetype. I can only reproduce that if I include your pm3d statement. To understand the reason, see "help set pm3d" > 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? Are you concerned about the x and y axis labels, or about the tick labels? The former have offset arguments, the latter don't. > set pm3d at bs hidden3d 110 > set style line 110 lt 9 lw 0.01 If you insist on keeping the pm3d stuff, you'll have to change the '9' up there to re-colour the grid. Otherwise, add a "lt <n>" argument to your splot command itself. |