Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #4673
| Path | csiph.com!news.mixmin.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Jörg Buchholz <bookwood4new@freenet.de> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | how to replace "reread" in a loop? |
| Date | Mon, 21 Oct 2024 13:34:11 +0200 |
| Organization | A noiseless patient Spider |
| Lines | 25 |
| Message-ID | <vf5e7j$u3ut$1@dont-email.me> (permalink) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 8bit |
| Injection-Date | Mon, 21 Oct 2024 13:34:11 +0200 (CEST) |
| Injection-Info | dont-email.me; posting-host="8f93f5b7b34a31c78e687ddf43fed498"; logging-data="987101"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18KafA4cj2JWyz/fiWG9J0pwor6/e7wbFY=" |
| User-Agent | Mozilla Thunderbird |
| Cancel-Lock | sha1:CBNdX5WJZKgTVND2oZaPzu3QAE8= |
| Content-Language | de-DE, en-GB |
| Xref | csiph.com comp.graphics.apps.gnuplot:4673 |
Show key headers only | View raw
Hi, I have a old script that use the reread command in some loops.
example:
The file "line1.loop" contains
l1 = 1/(1-l)
b = log10(log10(l1))
set arrow from a2,b to b2,b nohead lt 0
l = l + 0.001
if(l<0.01) reread
and in the main script is
load 'line1.loop'
This works from gnuplot 2.x to 5.4 but not in 6.x.
Is there a way to use this very old gnuplot-script?
Jörg
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
how to replace "reread" in a loop? Jörg Buchholz <bookwood4new@freenet.de> - 2024-10-21 13:34 +0200 Re: how to replace "reread" in a loop? Jörg Buchholz <bookwood4new@freenet.de> - 2024-10-22 08:04 +0200
csiph-web