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


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

Behavior of 'linespoints' in pdf terminal

Started byMario <xefaso@terra.es>
First post2013-08-30 08:24 -0700
Last post2013-08-30 21:09 +0200
Articles 2 — 2 participants

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


Contents

  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

#2010 — Behavior of 'linespoints' in pdf terminal

FromMario <xefaso@terra.es>
Date2013-08-30 08:24 -0700
SubjectBehavior of 'linespoints' in pdf terminal
Message-ID<e8f704ff-5c35-4ecb-927b-728704c9dbb5@googlegroups.com>
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

[toc] | [next] | [standalone]


#2011

FromHans-Bernhard Bröker <HBBroeker@t-online.de>
Date2013-08-30 21:09 +0200
Message-ID<b8c8urFkfr9U1@mid.dfncis.de>
In reply to#2010
On 30.08.2013 17:24, Mario wrote:
> Hello,
>
> I want a polygonal line without any symbol in the connection between
> two adjacent segments:

Why on earth would you request "linespoints" if you don't want the 
points?  The plot style "lines" exists for a reason.

[toc] | [prev] | [standalone]


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


csiph-web