|
From: <rom...@ar...> - 2007-05-06 11:40:33
|
The following commands cause GNUPLOT (version see below) to occupy the CPU for a
few minutes with more than 90% and then gnuplot_x11 crashes; the process gnuplot
runs on using more than 90% of the CPU.
The culprit is the command 'set mxtics'; without it everythings runs fine. If
all the x-values, in the commands and in the file, are divided by 100 GNUPLOT is
a little bit sluggish producing the plot, but everything is ok.
The same script worked without problems with version 4.0
In case you wonder, this is a boiled down version of a script which plots multi
year time series and the commands produce tics at year start and minor tics at
the start of each quarter
-- commands
set xtics 31557600
set mxtics 7889400
plot [][0:] 'test.tbl' us 1:2
-- End of commands
-- content of test.tbl
624284064 165.09
627071328 -2285.77
-- end of test.tbl
Version info:
G N U P L O T
Version 4.2 patchlevel 0
last modified March 2007
System: Linux 2.6.11.4-21.15-default
Copyright (C) 1986 - 1993, 1998, 2004, 2007
Thomas Williams, Colin Kelley and many others
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from
http://www.gnuplot.info/faq/
Send comments and help requests to <gnu...@li...>
Send bug reports and suggestions to <gnu...@li...>
Terminal type set to 'x11'
Regards
Heinz Rommerskirchen
|