Received: by 10.224.220.12 with SMTP id hw12mr1696472qab.8.1347617251349; Fri, 14 Sep 2012 03:07:31 -0700 (PDT) Received: by 10.236.173.202 with SMTP id v50mr230414yhl.19.1347617251262; Fri, 14 Sep 2012 03:07:31 -0700 (PDT) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!v8no3823905qap.0!news-out.google.com!da15ni3445qab.0!nntp.google.com!v8no2615407qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Fri, 14 Sep 2012 03:07:31 -0700 (PDT) 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 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5566dacf-83e4-4ced-aad8-19a416d6d8ca@googlegroups.com> Subject: Filled area in plot From: =?ISO-8859-1?B?Si4tVGguIEv8aG5lcnQ=?= Injection-Date: Fri, 14 Sep 2012 10:07:31 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.graphics.apps.gnuplot:1369 Hi, I try to fill an area in a plot. The solution "set object 1 rectangle from screen 0,0 to screen 1,1 fillcolor rgb "#ff0000" behind" covers the whole output. The solution "set object 1 rectangle from graph 0,0 to graph 1,1 fillcolor rgb "#ff0000" behind" covers only the area of the graph. By changing these coordinates I can change the filled area inside the graph. But these are absolut coordinates! What I'm looking for is a solution which depends on the plotting area. I need a filled area between x,y = 90,6 to x,y = 100,6 independend from the plotting pane. Is there a solution? Many thanks in advance. Best regards, Thomas