Several possibilities, check "help do", and "help plot for".
The range iteration is a bit tricky with "plot for" i think, the "do
for [] {}" loop has the disadvantage that you need to have a plot
already before iterating through you data with "replot". Try
generating an empty plot beforehand, e.g. via
plot 0 lc rgb "white" notitle
if necessary.
Karl
Am 09.01.2020 um 20:58 schrieb Henryk Nowicki:
Hi, all!
How to generate series of plots with exactly the same numbers of finance bars on the
each plot?
What I want interactively can be achievid with something like this:
....
set xrange[0:100]
replot
set xrange[100:200]
replot
set xrange[200:300]
replot
set xrange[300:400]
replot
set xrange[400:500]
etc. to the end of datafile
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)