|
From: Petr M. <mi...@ph...> - 2008-09-22 20:30:55
|
> Bug #2117370 in essence complains that if you foolishly set too
> small an axis tick increment, the number of ticks generated will
> overwhelm your system. In the case provided, the program was
> trying to generated > 10^9 labelled tick marks.
>
> Can anyone see a problem with sanity-checking the values of
> start, end, and increment in the "set {xyz}tic" command, and
> refusing to draw more ticks than the resolution of the axis?
I like this solution - I've been touched by the "gnuplot deadlock" due to
too many tics several times.
---
PM
|