From: Luis Lacerda on
Hello, i'm asking for your help about subplotting between GUIs.

Let me explain, i'm trying to make several (four) GUIs interact with themselves, having one GUI as the main one. In this GUI, i have three push buttons that lead to the opening of the remaing three GUIs. In two of those GUI i have scripts that allow me to subplot 4 graphs. These graphs are subplotted in a "sub-GUI" but i would like to plot them in the main GUI, particularly in the area where plots are being shown by the main GUI.

Do you have any ideia about what piece of code should i join to the main and/or the "sub-Gui"?

Thank you in advance.

Luis