pub fn imshow_flat<I>(data: I, rowlen: usize) -> Imshowwhere I: IntoIterator<Item = f64>,
Create a new Imshow from a flattened, column-major iterator over image data with row length rowlen.
Imshow
rowlen
Panics if rowlen == 0.
rowlen == 0