Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #590

EEPIC + multiplot results in wrong picture env.

From Andre <andre.rauh@googlemail.com>
Newsgroups comp.graphics.apps.gnuplot
Subject EEPIC + multiplot results in wrong picture env.
Date 2011-09-21 10:46 -0700
Organization http://groups.google.com
Message-ID <22961972.199.1316627193860.JavaMail.geo-discussion-forums@yqaa12> (permalink)

Show all headers | View raw


I have the following script:

set term eepic dashed rotate small 9
set size 3.4/5., 2/3.
set multiplot layout 2,1
set lmargin at screen 0.1
set rmargin at screen 1.0
set bmargin at screen 0.55
set tmargin at screen 0.9
[...]

(I can post the entire file if necessary)

The problem is the generated .tex file:

% GNUPLOT: LaTeX picture using EEPIC macros
\setlength{\unitlength}{0.120450pt}
\begin{picture}(2040,1200)(0,0)
[...]
\thicklines \path(2876,1619)(2876,1578)

As you can see the \path paints outside the box and therefore my entire graphic is messed up. Adjusting the \begin{picture} manually to the (approx) coordinates used works for me right now.

gnuplot 4.4 patchlevel 2

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar


Thread

EEPIC + multiplot results in wrong picture env. Andre <andre.rauh@googlemail.com> - 2011-09-21 10:46 -0700
  Re: EEPIC + multiplot results in wrong picture env. sfeam <sfeam@users.sourceforge.net> - 2011-09-21 19:17 -0700
    Re: EEPIC + multiplot results in wrong picture env. Andre <andre.rauh@googlemail.com> - 2011-09-22 07:22 -0700

csiph-web