Path: csiph.com!news.swapon.de!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?J=c3=b6rg_Buchholz?= Newsgroups: comp.graphics.apps.gnuplot Subject: clip points only with a given point size? Date: Mon, 4 Dec 2017 10:57:24 +0100 Organization: A noiseless patient Spider Lines: 28 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Mon, 4 Dec 2017 09:57:25 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="7710dbdbad2d3e10a605533141f0d508"; logging-data="7792"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX199ZFadoND38ecDDRI7/to3s/aiVIVmtv4=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 Content-Language: en-GB X-Mozilla-News-Host: news://news.eternal-september.org:119 Cancel-Lock: sha1:xKjpXRLzXzvPeFvPeKyxOM91LXY= Xref: csiph.com comp.graphics.apps.gnuplot:3830 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