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


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

Don’t write coors outside yrange to table

Newsgroups comp.graphics.apps.gnuplot
Date 2013-08-19 13:55 -0700
Message-ID <f50d2f39-6c59-46da-a33a-d22fc3a2ac22@googlegroups.com> (permalink)
Subject Don’t write coors outside yrange to table
From tobiasweh@gmail.com

Show all headers | View raw


Hi,

I wonder if it is possible to writ only the values that are inside the xrange and the grange to a table. I know that gnuplot writs an i or an o in the last column of the table but I need a table with only i rows. Is that possible.

This is a little script creating a table with i and o rows:

 set table "test.txt"
 set xrange[0:10]
 set yrange[0:5]
 plot x

Kind regards
Tobi

PS: I’m calling gnuplot via TikZ form inside LaTeX, so a gnulot external script won’T help that much.

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Don’t write coors outside yrange to table tobiasweh@gmail.com - 2013-08-19 13:55 -0700
  Re: Don’t write coors outside yrange to table Karl <mail.kfr@gmx.net> - 2013-08-20 09:22 +0200
    Re: Don’t write coors outside yrange to table tobiasweh@gmail.com - 2013-08-22 05:16 -0700
      Re: Don’t write coors outside yrange to table Karl <mail.kfr@gmx.net> - 2013-08-22 16:14 +0200

csiph-web