adding graphic to a graph box using a for-loop
Hi, I'm trying to add graphics (rectangles) to a graph box by using a for-loop. The expected outcome is a cross made of 31 rectangles. I have a working script where I wrote the code out line by line but would like to make it shorter and more scalable.The script below is running but only the last rectangle will be displayed in the graph box.When I write the script with 2 lines of "Add Graphics Scri
...