05-27-2024 09:05 AM
To create a graph with circular x and y axes like in the picture below and then divide this circular area into about 10 regions where i can input z values for each region to make them either rise or sink as desired. There aren't many examples available, so i'm seeking assistance.please help
05-28-2024 10:05 AM
you will probably need to implement the algorithm yourself.
you probably have a 2D array of data, where each circle will be defined by x/y position of the data in the 2D array of data. Then use the 2D array element data to evaluate if it fits your pass/fail criteria