Path: csiph.com!news.mixmin.net!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Karl Ratzsch Newsgroups: comp.graphics.apps.gnuplot Subject: Re: How to plot a vertical line in GNUPLOT, say x=3. Date: Tue, 20 Nov 2018 15:38:37 +0100 Organization: solani.org Lines: 11 Message-ID: References: <1ad12fd2-315d-4eec-be95-6faff09469c3@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: solani.org 1542724718 3735 127.0.0.43 (20 Nov 2018 14:38:38 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Tue, 20 Nov 2018 14:38:38 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 Cancel-Lock: sha1:fNjdjGrh36jqx7nHCcU/QTR4QJo= In-Reply-To: X-User-ID: eJwFwYkBwCAIBLCVivdAx7EK+4/QRHD4JC1To9nVhriY/YTu2glXTBduNtdM56eXSAQOgR8LyBBN Content-Language: de-DE-1901 Xref: csiph.com comp.graphics.apps.gnuplot:4071 Am 17.11.2018 um 15:18 schrieb Gavin Buxton: > plot (x<3?-10:10) > nice, but not perfectly vertical ;-) plot "+" us (3):(x<3?-10:10) w l otherwise set arrow 1 nohead from 3,-10 to 3,10