Topic: Can the tool import multiple point-series curves?
I didn't see a whole lot about the format of the import files for a point series in the documentation, thus this question...
Is there a way to import several curves-worth of series of points from one file?
In other words, I want to have one series of points describe one curve, and then a second series of points describe a second curve, etc., so I will end up with a family of curves all in the same graph. Is there a way to embed commands or something in the import file where I can put all the points for all the curves in the same file? Or do I have to import each curve's-worth of points separately?
In other words, kind of a scripting input like:
Curve: Test1
Color: Green
Trendline: Linear
Points:
1;2
3;4
Curve: Test2
Color: Blue
Trendline: Linear
Points:
5;6
7;8
9;10
[etc.]
TIA! Nice little tool!