Function rstk::chart::threed_plot::make_3d_plot_with_labels[][src]

pub fn make_3d_plot_with_labels(
    canvas: &TkCanvas,
    x_axis: (f64, f64, f64),
    y_axis: (f64, f64, f64),
    z_axis: (f64, f64, f64),
    x_labels: &[&str]
) -> Tk3DPlot
Expand description

Creates an instance of a 3D plot in given canvas with given labels for x-axis.