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


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

Behavior of 'linespoints' in pdf terminal

Newsgroups comp.graphics.apps.gnuplot
Date 2013-08-30 08:24 -0700
Message-ID <e8f704ff-5c35-4ecb-927b-728704c9dbb5@googlegroups.com> (permalink)
Subject Behavior of 'linespoints' in pdf terminal
From Mario <xefaso@terra.es>

Show all headers | View raw


Hello,

I want a polygonal line without any symbol in the connection between two adjacent segments:


set terminal pdf enhanced color size 6.0cm, 6.0cm
set out 'out.pdf'
plot "-" w lp ps 0.0
-0.5 0.0 
0.0 0.5 
0.0 0.3 
0.5 0.0 


This plot command works fine with any other terminal I have been worked with, but with pdf small circles are drawn in the connections, even when I set the point size to zero, as in the script.

Increasing the size of the plot, I can get smaller points.

Is there a workaround to draw 'linespoints' without these circles in pdf?

The svg terminal has a similar behavior.

I'm working with Gnuplot 4.6 patchlevel 0 under Linux.

--
Mario

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


Thread

Behavior of 'linespoints' in pdf terminal Mario <xefaso@terra.es> - 2013-08-30 08:24 -0700
  Re: Behavior of 'linespoints' in pdf terminal Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2013-08-30 21:09 +0200

csiph-web