Function rstk::chart::threed_ribbon_plot::make_3d_ribbon_plot[][src]

pub fn make_3d_ribbon_plot(
    canvas: &TkCanvas,
    y_axis: (f64, f64, f64),
    z_axis: (f64, f64, f64)
) -> Tk3DRibbonPlot
Expand description

Creates an instance of a 3D ribbon plot in given canvas.