How to dynamically create and address namespaces? Independent handles on multiple GB plots.
All, I can't wrap my head around this problem: I need to put handles on my GB plots. I have multiple GB plots in one window. The variables in the handles script cross-talk. I need to either use new variables in each script, or create a new namespace for each graphics script (seems the way to go for me). But then again - as soon as I create a namespace, I address it through a reference variabl...