Refresh Graph in Dialog Box
I'm displaying a radio box and a graph in a "new window". If the user selects a different graph in the radio box I want the old graph deleted and the new graph displayed, all in the same window. Not sure how exactly to do this. Here's a simple example that displays the first chart. dt = open("$sample_data\Big Class.jmp");my_1_script = expr( my_gb = Graph Builder( Show Control Panel( ...