Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: key in front of object rectangle Date: Sun, 15 Mar 2015 19:53:26 +0100 Organization: A noiseless patient Spider Lines: 28 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Injection-Date: Sun, 15 Mar 2015 18:52:39 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="bb64a246776b8d5e31672a07a6dd5259"; logging-data="13982"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Npfj3dpq8uy2ag9mF3qJ9oTq12B6Bxhg=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32.1 Cancel-Lock: sha1:t7RgPAvVkTHoNd/bJCUdTDYdodE= Xref: csiph.com comp.graphics.apps.gnuplot:2814 Hello, what I am want to do is the following: Put a rectangle in front of the axis and the grid, but the key in front=20 of all. I try: set object 1 rect from 7, graph 1.1 to 8, graph -0.1 fc rgb "cyan" fs=20 solid 1.0 front noclip set key box opaque set grid set term x11 plot sin(x) But than the rectangel is in front of the key. If I set a label withe=20 the option 'front' it is in front of all. But for the key there is no=20 option 'front'. Is there a simple way to make the key as a label? J=C3=B6rg