I’m using Win10, PsychoPy Standalone version: 2020.1
I’m trying to plot a number of circles (16) with an angle of 22.5 degrees and a radius of 8cm around the 0,0 location on the screen.
So far, I calculated the x and y coordinates for each point/circle I want to plot. Now I’d prefer not to create 16 single components in the builder for each of my routine (the circles are supposed to be in 80% of the routines) but to work with an excel sheet that I just read in. I tried to load the excel sheet in one of my loops but if I set the component’s coordinates on “constant”, I get an error. If I put it on “repeat” it always shows just a single circle (which makes sense of course).
Is there some other, efficient way to do this? I looked for other places where I could load the excel sheet with the coordinates but I couldn’t find anything. I also couldn’t find any info in the forum or in the general description as to whether this is possible or not.
Any help/suggestions/advice would be greatly appreciated