|
From: Hans-Bernhard B. <br...@ph...> - 2004-08-24 08:01:11
|
Bret Foreman wrote: > When using splot with a y-axis of time, the tic labels are overlapping the > y-axis and both are therefore obscured. That's most probably happening because your time labels are a good deal longer than typical numerical ones, or because your font is larger than gnuplot thinks it is? Care giving a reproducible example so others can debug this more meaningfully? Anyway: 'set timefmt' to create multi-line labels should help. > Looking at the documentation for > x-tics, I can't find any setting to control the distance from the tic labels > to the axis. Am I missing something? No --- there (still) is no such setting, except as a patch sitting on our bench at SourceForge.net. |