Function rstk::chart::xy_plots::make_logx_y[][src]

pub fn make_logx_y(
    canvas: &TkCanvas,
    x_axis: (f64, f64),
    y_axis: (f64, f64, f64)
) -> TkXYDefinition
Expand description

Creates an xy_plot where the x axis uses log values.

Constructor ceates an instance of an XY plot definition in given canvas.

Options must be added and then ‘plot’ called to finally create the chart.