Skip to main content

plot3_data

Function plot3_data 

Source
pub fn plot3_data<I, XE, YE, ZE>(data: I) -> Plot3
where I: IntoIterator<Item = (XE, YE, ZE)>, XE: Real, YE: Real, ZE: Real,
Expand description

Create a new Plot3 with no options from a single iterator.