pub fn colorplot<X, XE, Y, YE, I, J, C>(x: X, y: Y, z: I) -> Colorplotwhere
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.