|
From: Slava <s.v...@gm...> - 2010-02-16 18:04:08
|
Sorry. After restarting gnuplot fresh (I keep piping to the same instance of gnuplot for hours) and careful placing of set output (in my script), everything works. Thanks for the great work btw. From: Slava <s.v...@gm...> Date: Tue, Feb 16, 2010 at 6:10 PM Subject: multiplot environment in epslatex terminal To: gnu...@li... 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 |