I'm trying to implement a mechanism whereby my calling program can
tell QC how many times to render an image and what to display in
the image by supplying a series of values.
I've successfully managed to pass in params of strings with each
series element being delimited by a pipe char ('|'). I then parse
the strings in QC and attempt to render my image using a "Render In
Image" (RII) patch for each element. That's when I get a problem.
Example param values:
Labels: A|B|C
Xs: 0|0.3|0.6
My goal is for "A", "B", C" to be rendered at X=0, X=0.3 and X=0.6
respectively. However what happens is that "C", "C", "C" is
rendered albeit at the correct locations.
That's actually a bug in Render in Image we are aware of, and I don't
think there's anything you can do to work around it.