Updating the Graph Builder's Element statement
Hi - I want to change the style of the Graph Builder's box-and-whisker plot to a plot of points from within a JSL script. The Graph Builder initially includes an Elements statement that looks like this: Elements( Box Plot( Y, Legend( 9 ) ) ), I therefore want to modify that statement from within JSL to: Elements( Points( Y, Legend( 9 ) ) ), I've found the << Add Element, << Update Element a...
DMR
uwe_hiss