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.nanmin_wrapper
mvpa2.misc.plot.flat_surf.vector_alignment_find_rotation
Enter search terms or a module, class or function name.