points yes (unless pointFunction is defined) A 2D array containing all the points to be displayed. See example 1. pointFunction yes (unless points is defined) A function that takes the point number in ...
Abstract: In Mathematics, a point array refers to a graphic composed of regularly arranged points, for example, numbers in the Pascal’s Triangle are placed in the form of a special point array. By ...
I have a grid of data points that are a 2D grid in latitude, longitude, and I want to plot these on a sphere. Unfortunately I'm not sure what the right way is to un-ravel the 2D grid, to get the right ...