/RustGnuplot

A Rust library for drawing plots, powered by Gnuplot.

Primary LanguageRustGNU Lesser General Public License v3.0LGPL-3.0

RustGnuplot

A Gnuplot controller written in Rust.

Build Status

Documentation

See here

Examples

A somewhat involved 2D example:

2D Example plot

Features

  • Simple 2D plots
    • lines
    • points
    • points + lines
    • error bars
    • ...and more!
  • Simple 3D plots
    • surface plots
    • heatmaps
    • contours

Building

Via Cargo

cargo build

Via CMake 2.8

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=<your_prefix_goes_here>
make -j
make install