Function imshow_flat

Source
pub fn imshow_flat<I>(data: I, rowlen: usize) -> Imshow
where I: IntoIterator<Item = f64>,
Expand description

Create a new Imshow from a flattened, column-major iterator over image data with row length rowlen.

Panics if rowlen == 0.