From: ivana r. <iva...@mf...> - 2016-12-17 13:37:07
|
Hi all, on #Linux deimos 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3 (2015-04-23) x86_64 GNU/Linux #gnuplot Version 5.0 patchlevel 5 last modified 2016-10-02 I've noticed two things I guess not being intended: (1) # sh colorsequence gives #sh colornames instead. (No way to get actual colorseq as far as I know.) (2) save command does not keep the colorsequence setting (even as a comment). IMO this violates the save command manual definition. Try e.g., #test=`mktemp ./test.XXXXXXX` ## ploted in classic colors #gnuplot -d -e 'se colors classic; p x; save "'$test'"' ## ploted in default colours #gnuplot -d -p $test ## ploted in classic colors #gnuplot -d -p -e 'se colors classic' $test I didn't find these bugs reported here before so do myself. Sincerely Iva |