Just a quick question:
how to specify the series into the data file and not into the template?

I am trying with a template, data.general, where I can specify already grid 
size and point number sucessfully,
however doing the same with series gives an error. The file is:

points = marker "p = "
series = marker "s = "
header = lines 2
format = ascii
....
...
end



and the data is:
p = 100
s = 60
...
..


it doesnt' work.
the only way of using it is to define the series into the template, 
data.general by using 

points = marker "p = "
series = 100
...

but I do not like this because we can have different data files with different 
series and ideally the same template.
any idea?
thanks
G.

_______________________________________________
OpenDX2-users mailing list
OpenDX2-users@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opendx2-users

Reply via email to