Function rstk::chart::tx_plot::make_tx[][src]

pub fn make_tx(
    canvas: &TkCanvas,
    (min, max, step): (&str, &str, u64),
    y_axis: (f64, f64, f64)
) -> TkTXDefinition
Expand description

Creates a tx_plot.

Constructor creates an instance of a TX plot definition in given canvas.

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