Skip to main content

colorplot

Function colorplot 

Source
pub fn colorplot<X, XE, Y, YE, I, J, C>(x: X, y: Y, z: I) -> Colorplot
where X: IntoIterator<Item = XE>, XE: Real, Y: IntoIterator<Item = YE>, YE: Real, I: IntoIterator<Item = J>, J: IntoIterator<Item = C>, C: Into<ColorCell>,
Expand description

Create a new Colorplot with no options.