rusttab is a Rust implementation of plottab, a program for plotting curves and points with error bars. It is reverse compatible with plottab input files.
Plot any combination of continuous curves and/or discrete points with associated error bars Use user-supplied titles and X and Y axis labels and units Specify linear or logarithmic interpolation and scaling for curves Compare data with a standard curve and plot the ratio Save plots in various formats (PNG, PDF, SVG, etc.) To run:
cargo run rusttab
TODO
rusttab is licensed under the MIT license. See LICENSE for more details.