Hello,
The Gnuplot commands
set terminal wxt 0 plot 'perlplot.dat' index 0 using 1:2 with impulses
set terminal wxt 1 plot 'perlplot.dat' index 1 using 1:2 with boxes
result in the display of the first data set in the file perlplot.dat and -after a while- in the error message
'line 6: load/eval nested too deeply'.
(perlplot.dat is a data file with two data sets (61 lines with two columns), separated by two blank lines in between.)
This happens in Gnuplot Version 5.2 patchlevel 4 but not in Version 5.2 patchlevel 2. In the latter version, both data sets are displayed as expected.
What is wrong with the commands above? Maybe, I did not understand the concept of plotting two data sets in one file in two different windows?
Thanks for help!
Kind regards Joachim
Log in to post a comment.
Hello,
The Gnuplot commands
set terminal wxt 0
plot 'perlplot.dat' index 0 using 1:2 with impulses
set terminal wxt 1
plot 'perlplot.dat' index 1 using 1:2 with boxes
result in the display of the first data set in the file perlplot.dat and
-after a while- in the error message
'line 6: load/eval nested too deeply'.
(perlplot.dat is a data file with two data sets (61 lines with two
columns), separated by two blank lines in between.)
This happens in Gnuplot Version 5.2 patchlevel 4 but not in Version 5.2
patchlevel 2. In the latter version, both data sets are displayed as
expected.
What is wrong with the commands above? Maybe, I did not understand the
concept of plotting two data sets in one file in two different windows?
Thanks for help!
Kind regards
Joachim