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


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

no border at object circle

Started byJörg Buchholz <bookwood4news@freenet.de>
First post2015-01-13 19:30 +0100
Last post2015-01-16 10:07 -0800
Articles 2 — 2 participants

Back to article view | Back to comp.graphics.apps.gnuplot


Contents

  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

#2708 — no border at object circle

FromJörg Buchholz <bookwood4news@freenet.de>
Date2015-01-13 19:30 +0100
Subjectno border at object circle
Message-ID<m93o7u$slm$1@dont-email.me>
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

[toc] | [next] | [standalone]


#2709

FromEthan A Merritt <merritt@u.washington.edu>
Date2015-01-16 10:07 -0800
Message-ID<m9bjvt$o8o$1@dont-email.me>
In reply to#2708
Jörg Buchholz wrote:

> 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. 

 Thanks for the report.
 This is now fixed in the CVS source code and will be in the first
 update (patchlevel 1) to 5.0

	Ethan


> 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
-- 
Ethan A Merritt
Biomolecular Structure Center,  K-428 Health Sciences Bldg
MS 357742,   University of Washington, Seattle 98195-7742

[toc] | [prev] | [standalone]


Back to top | Article view | comp.graphics.apps.gnuplot


csiph-web