Solved
The number of plotted points must be less than 2,000,001.
- August 21, 2023
- 1 reply
- 1110 views
Hello,
From what I can see, the number of plotted points that can be displayed by the plot is limited at about 1.999998*10^6 points.









The idea is that I want to extract from this matrix:

test(0) and test (1) from 5000001 - 2000000 = x

and then plot the values of test(0) and test(1) from 3000001 to 5000001, and not how it is now happening that the plot is taking the first 2000000 values for test(0) and test(1) from 0 to 2000000 and above these values the plot fails.
Also the starting range for i in the for loop I want to remain at 0:



