From unstructured x and y values, return lists of x and y coordinates to form a grid
x: np.ndarray :
x coordinates
y: np.ndarray :
y coordinates
min_nsteps: int :
minimal length of output
(xi, yi): tuple of np.ndarray :
xi contains values ranging from (approximately) min(x) to max(x); yi is similar. min(len(xi),len(yi))=min_steps.
mvpa2.misc.plot.flat_surf.flat_surface_data2rgba
mvpa2.misc.plot.flat_surf.Dataset
Enter search terms or a module, class or function name.