How to set a Reference Line on each page with Page option in Graph Builder?
The following script plots some charts with the page option in graph builder? How to I set a horizontal reference line, for each chart, say at Weight = 80Kg and label it (80kg) using JSL?(I need the reference line to remain even if there is a change in the number of charts plotted)Names Default To Here(1);
dt = open("$SAMPLE_DATA/Big Class.jmp");
gb = dt << Graph Builder(
Size(528, 2954),
Show
...