Received: by 10.224.182.74 with SMTP id cb10mr1797691qab.0.1347620932745; Fri, 14 Sep 2012 04:08:52 -0700 (PDT) Received: by 10.236.75.3 with SMTP id y3mr262744yhd.20.1347620932446; Fri, 14 Sep 2012 04:08:52 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!v8no3833963qap.0!news-out.google.com!da15ni3445qab.0!nntp.google.com!v8no2626495qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Fri, 14 Sep 2012 04:08:52 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=153.97.19.8; posting-account=93G0ewoAAACnyZE1ERcEQC3tbRI0wiwN NNTP-Posting-Host: 153.97.19.8 References: <5566dacf-83e4-4ced-aad8-19a416d6d8ca@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Filled area in plot From: =?ISO-8859-1?B?Si4tVGguIEv8aG5lcnQ=?= Injection-Date: Fri, 14 Sep 2012 11:08:52 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.graphics.apps.gnuplot:1371 Hi, Am Freitag, 14. September 2012 12:18:50 UTC+2 schrieb Christoph Bersch: > set object 1 rectangle from first 90,6 to first 100,6 fillcolor rgb "#ff0000" behind thanks, but this did not has any effect. I use the epslatex terminal in the gnuplot version 4.6.0. This is the gnuplot source: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #begin script reset set term epslatex size 12 cm,7 cm font ",9" color colortext set encoding utf8 set output 'test2.tex' set object 1 rectangle from first 90,6 to first 100,6 fillcolor rgb "#ff0000" behind f(x)=x plot [0:150][0:150] f(x) #end script %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Is there anything wrong? Best regards, Thomas