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


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

Re: no border at object circle

From Ethan A Merritt <merritt@u.washington.edu>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: no border at object circle
Date 2015-01-16 10:07 -0800
Organization University of Washington
Message-ID <m9bjvt$o8o$1@dont-email.me> (permalink)
References <m93o7u$slm$1@dont-email.me>

Show all headers | View raw


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

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious 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