|
From: Philipp D. <phi...@we...> - 2015-05-26 09:26:51
|
Dear all, from the user manual p.174 it seems clear to me that the following input should yield the same output. 1. set term pngcairo set out 'outfile' set yrange [ :6] plot 'datafile' u ... 2. set term pngcairo set out 'outfile' plot [ ] [ :6] 'datafile' u ... However only the second version works for me. For the first one I get a "Segmentation fault (core dumped)" response from bash. I use Arch Linux and gnuplot 5.0.0 from the official repository. I wonder if this is a bug or if I did something wrong. I tried to reproduce this error with a simplified data file but the error did not occur. I would append the gnuplot script and the data file here but I don't know if this is allowed for a mailing list. Thank you in advance, Philipp |