From: Slava <s.v...@gm...> - 2010-02-16 17:11:03
|
subj is not functional. to reproduce the bug go to http://t16web.lanl.gov/Kawano/gnuplot/gallery/nup.html (not so faq gnuplot gallery) and modify the script: [1]+set terminal epslatex color blacktext enhanced input solid; [1]-set terminal postscript eps enhanced color solid [2]+set output "nup.tex"; [2]-set output "nup.ps" pipe it to the gnuplot and get.... small figure is empty! -- version info -- gnuplot 4.2.6, compiled with gcc -02 -fomit-frame-pointer -march=native (or something like this, do not think it matters much here), on linux 2.6.31 |