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

A strip_chart is an xy_plot whose x-axis expands to fit new data.

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

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