Path: csiph.com!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: Re: How can I draw data 2D at differents points as fenceplot at Gnuplot, with a background transparent? Date: Mon, 29 Mar 2021 07:30:10 +0200 Organization: A noiseless patient Spider Lines: 17 Message-ID: References: <775a1896-cb5c-406d-8711-7788e30047a4n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 29 Mar 2021 05:30:04 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="6de48863e83ccc3586a5af296b5b8a6a"; logging-data="1789"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18nq4y0Z4xt9lyU7oVEKX433tYA105IIv8=" User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 Cancel-Lock: sha1:ACCN8GWYKZF1sRiaCTddT1k0TH0= In-Reply-To: <775a1896-cb5c-406d-8711-7788e30047a4n@googlegroups.com> Content-Language: en-GB Xref: csiph.com comp.graphics.apps.gnuplot:4399 On 26.03.2021 22:38, mfduqued wrote: > I have three files where each file is 2D with an x-axis vs y-axis. I plot these files as fenceplot at Gnuplot. > > With this code > > reset > set term postscript eps color enhanced font "Times,15" > ........ > > I obtained this plot, but I cannot fill these curves with background transparent. > Did you try another terminal? With term qt, wxt, pdfcairo, win I get a transparent fill. With term postscript eps not. Jörg