Strange behavior - Name of existing constant is unresolved under certain conditions
I have a BorderBox filled with Graph Builder, that I want to save as picture.I have an "Add Graphics Script" on a FrameBox in it. This script uses variables:dt << Graph Builder(
Size( 600, 400 ),
Show Control Panel( 0 ),
Show Legend( 0 ),
Title Alignment( "Right" ),
Variables( X( :X ), Y( :Y ), Overlay( :Overlay ) ),
Elements(
Contour( X, Y, Legend( 5 ), Number
...