|
From: <HBB...@t-...> - 2007-08-10 18:24:32
|
lyn...@fr... wrote: > I'm looking for a way to make gnuplot cut out a part of the x-axis where there > is no data. I don't know how this is called. The usual name is "broken" or "split" axis range. > Can gnuplot do that? Only by getting out of the way and letting you do all the hard work, I'm afraid. You have to disable a lot of elements of the axis and draw what you want instead, using 'set arrow' and 'set label' repeatedly. |