Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2708

no border at object circle

From Jörg Buchholz <bookwood4news@freenet.de>
Newsgroups comp.graphics.apps.gnuplot
Subject no border at object circle
Date 2015-01-13 19:30 +0100
Organization A noiseless patient Spider
Message-ID <m93o7u$slm$1@dont-email.me> (permalink)

Show all headers | View raw


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

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar | Unroll thread


Thread

no border at object circle Jörg Buchholz <bookwood4news@freenet.de> - 2015-01-13 19:30 +0100
  Re: no border at object circle Ethan A Merritt <merritt@u.washington.edu> - 2015-01-16 10:07 -0800

csiph-web