I’m having an issue when I try to plot about 40000 points or more on ios, it only renders a straight (randomly diagonal) line (maybe 2 points?).
- I’m doing the exact same thing in android and it works fine there.
- If I switch to a scatter plot it works fine too (on ios), so it seems like SCIFastLineRenderableSeries is the culprit.
- I also noticed an issue where the number of points rendered in the simulator is seemingly limited, but on a physical device its not (I suspect this is unrelated, but might be of interest. It occurs at a much lower point count)
- I haven’t narrowed down the exact point count where this issue surfaces, but I could if that would help. 40k is just a ballpark.
- My data series acceptsUnsortedData (but again, works fine in android)
- SwiftUI and v4.5.4
Ultimately the reason I’m plotting that many points is problematic for several other reasons, so this is about to be a non-issue for me (i.e. I’m just going to plot less points), but it seems like a bug that should be reported.
- w p asked 4 months ago
- You must login to post comments
Please login first to submit.