Recent content by notoqueeltoro
-
N
Simple loop script in Gnu Plot
mersecske's solution will work (much more elegantly than my previous solution)... The only caveat is that it requires at least gnuplot version 4.3. If you try mersecske's solution and it doesn't work, check your version.- notoqueeltoro
- Post #8
- Forum: Programming and Computer Science
-
N
Simple loop script in Gnu Plot
So, this is horribly outdated, but if someone else stumbles by here with the same question...here's the answer. You can do this, using a combination of an external script and the reread command. You should be able to do something similar to the following... #file gnuscript.gp iter=0 n=20...- notoqueeltoro
- Post #6
- Forum: Programming and Computer Science