Path: csiph.com!usenet.pasdenom.info!gegeweb.org!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: no border at object circle Date: Tue, 13 Jan 2015 19:30:50 +0100 Organization: A noiseless patient Spider Lines: 32 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Tue, 13 Jan 2015 18:30:23 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="00f8c9bd71651ca22d507178c8d0ddd4"; logging-data="29366"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19PJ3YKfdKvlVEH8eExOQ3TQRZ6gQuzHOc=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0 SeaMonkey/2.31 Cancel-Lock: sha1:Yslo6epq0haTrfB2z/4BVFAtIKY= Xref: csiph.com comp.graphics.apps.gnuplot:2708 Hello, with gnuplot 5.0 patchlevel rc2 (Debian testing) I have no border around a circle that is set by "set object 1 circle ....". It is only at the postscript and pdfcairo terminals in monochrome. With the terminals in color and other terminals (wxt, windows, x11) there is a border at the circle. show style says "Fill style is empty with border" The 5.0 Windows Version gives the same result to me. set grid set object 1 circle at 0,0 size 1 set term post enhanced mono set out 'test-mono.ps' plot sin(x) set term post enhanced color set out 'test-color.ps' replot set term pdfcairo mono set out 'test-mono.pdf' replot set term pdfcairo color set out 'test-color.pdf' replot set term x11 replot With gnuplot 4.6 patchlevel 6 there is always a border around the circle. Jörg