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


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

clip points only with a given point size?

From Jörg Buchholz <bookwood4new@freenet.de>
Newsgroups comp.graphics.apps.gnuplot
Subject clip points only with a given point size?
Date 2017-12-04 10:57 +0100
Organization A noiseless patient Spider
Message-ID <p03665$7jg$1@dont-email.me> (permalink)

Show all headers | View raw


Hello,

I can't found this in the "Help" or in other documentations.

Is it correct that "set clip points" only works if explicit a point size
is given?

set clip points
plot '-' w p pt 7
1 1
2 2
3 3

Results in a plot with all points.


set clip points
plot '-' w p pt 7 ps 2
1 1
2 2
3 3

Now some points are cliped.


Is it a bug or a missing point in the "Help"?

Jörg

Back to comp.graphics.apps.gnuplot | Previous | Next | Find similar


Thread

clip points only with a given point size? Jörg Buchholz <bookwood4new@freenet.de> - 2017-12-04 10:57 +0100

csiph-web