I have a dataset with XYXY vectors. The density of the vectors is way too high in some areas of the profile (see screenshot) which makes it unreadable.
I tried reducing my dataset using a random distribution, it is better, but the density remains too high near the bottom of the profile and becomes too low in the other parts:
I need to find a way to reduce the dataset differently depending on the density, so that the number of vectors is evenly distributed throughout the profile (along X and Y axis). Is there any way to do that? I tried to do this upstream in the Paraview software from where the data come from, but no success.
Many thanks YimingChen! I didn't know anything about binning.
Turns out my version of OriginPro does not support the 1D Binnning app, but I learned that it has a 2D binning already included! So after a few tries, I ended up using this to compute average values of X and Y velocities for each 2D XY classes. After a few tweaks with the method, it worked like a charm, here is the result: