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


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

Re: How to plot a vertical line in GNUPLOT, say x=3.

From Karl Ratzsch <mail.kfr@gmx.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: How to plot a vertical line in GNUPLOT, say x=3.
Date 2018-11-20 15:38 +0100
Organization solani.org
Message-ID <pt169d$3kn$1@solani.org> (permalink)
References <1ad12fd2-315d-4eec-be95-6faff09469c3@googlegroups.com> <e0d81b1f-cfd5-4de7-b156-a99d97572ef4@googlegroups.com>

Show all headers | View raw


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

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


Thread

How to plot a vertical line in GNUPLOT, say x=3. darshanbeniwal11@gmail.com - 2018-11-16 22:41 -0800
  Re: How to plot a vertical line in GNUPLOT, say x=3. Gavin Buxton <gavinbuxton@gmail.com> - 2018-11-17 06:18 -0800
    Re: How to plot a vertical line in GNUPLOT, say x=3. Darshan Beniwal <darshanbeniwal11@gmail.com> - 2018-11-20 03:30 -0800
    Re: How to plot a vertical line in GNUPLOT, say x=3. Karl Ratzsch <mail.kfr@gmx.net> - 2018-11-20 15:38 +0100
      Re: How to plot a vertical line in GNUPLOT, say x=3. Darshan Beniwal <darshanbeniwal11@gmail.com> - 2018-11-20 08:12 -0800
        Re: How to plot a vertical line in GNUPLOT, say x=3. Karl Ratzsch <mail.kfr@gmx.net> - 2018-11-20 17:26 +0100
          Re: How to plot a vertical line in GNUPLOT, say x=3. Darshan Beniwal <darshanbeniwal11@gmail.com> - 2018-11-20 08:28 -0800

csiph-web