How to send messages to an already existing local data filter inside a graph builder window
Is it possible to send messages to a local data filter inside a graphbuilder object?Unfortunately, it's not possible to define a varaible "ldf" inside the graphbuilder code - to send the messages to "ldf".Do I have to "pipe" the message "through the gb object"? View more...dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt << Graph Builder(
Size( 534, 464 ),
Show Control Panel( 0 ),
Graph Spacing(
...