Hi,
One thing that I am missing from DataGraph right now is the ability to attach a variable to graph (it might be there but I could not find it). Below is my usage of such functionality;
I have flattened data from multiple images containing following columns;
* img_num; img01, img02, etc
* t; data used as the x-axis
* y1; data used as left y-axis
* y2; data used as right y-axis
I want to plot y1 and y2 against t for each “img_num”. My current approach is as follows I have a graph for each “img_num”, with title being the “img_num” of interest say “img01” (I enter it manually), I have two plot command for y1 and y2 with “Use as mask” and “Matches” option. In the “Matches” field I entered “img01”, again, manually for each graph. What I am looking for is to have a variable defined for each graph that when I change it, it changes all the instances of that variable in my graph (title, and two matches in the above example).
Thanks,
Kourosh