|
From: Thomas S. <t.s...@fz...> - 2010-04-09 15:51:15
|
did you close the output file before running latex? see http://www.gnuplot.info/faq/faq.html#SECTION00096000000000000000 levent-6 wrote: > > > I am plotting two multiplot figures in standalone from a script. the first > figure is fine, however, the second gets a bad bbox in file2-inc.eps and > the > resulting eps shows only the first plot. the second plot of the second > file has > only labels and numbers. > > thanks in advance, > levent > > gnuplot << EOF > set term epslatex standalone color > set pm3d map > set out "$file1.tex" > set multi > set size .5,1 > set origin 0,0 > spl Ek1(x,y) > set origin 0.5,0 > spl nk1(x,y) > unset multi > > set out "$file2.tex" > set multi > set size .5,1 > set origin 0,0 > spl Ek2(x,y) > set origin 0.5,0 > spl nk2(x,y) > unset multi > EOF > latex $file1.tex; dvips -E $file1.dvi -o $file1.eps > latex $file2.tex; dvips -E $file2.dvi -o $file2.eps > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > gnuplot-info mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-info > > -- View this message in context: http://old.nabble.com/epslatex-multiple-multiplot-bbox-problem-%28gnuplot-4.2%29-tp28183623p28191266.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |