oscirs_plot

crates.io

A plotting crate for Rust

Description

This crate focuses on plotting data based on float vectors. It currently only supports line plots, but on those line plots you can equalize axes, set custom axis limits, add a legend, title the plot, and set axis labels.

Use

Further clarification on use will be provided in the future.